Author: nefari0uss
This program will take a positive integer input and return the correct amount of change to return.
- Use the given make file.
- Alternatively, compile:
$ javac CoinChange.java
- Run:
$ java CoinChange
This program will take a positive integer input and return the correct amount of change to return.
$ javac CoinChange.java
$ java CoinChange