/MakeChange

A simple Java program to calculate the amount of change.

Primary LanguageJava

Summary

How does it work:

  1. Compile the program:
$ javac project/MakeChange.java

Code Example:

  • User can pass two parameters, amount and tendered: