CIS 260 C++ Programming

Program Requirements: Make Change - if

 

Modify the Make Change program from the previous assignment so that it does not print Zero amounts, and prints the coin names grammatically correct. All of the other original specifications still apply.

Sample Output
Please Enter
  Purchase Amount: 304
  Payment Amount:  500

Your change is:
  1 Dollar
  3 Quarters
  2 Dimes
  1 Penny

Thank You

Project Deliverables:

Final Program:   

Only the items modified from the previous project need to be submitted: 

Algorithm Revisions
Revised Test Set Design
Source Code
Sample Output