Class Change

java.lang.Object
  extended byChange

public class Change
extends Object

Program to make change. Uses the Terminal method readInt() for prompted integer input.

Version:
2

Constructor Summary
Change()
           
 
Method Summary
static void main(String[] args)
          Illustrate simple arithmetic.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Change

public Change()
Method Detail

main

public static void main(String[] args)
Illustrate simple arithmetic.