Write a program that simulates the operation of a cash register change
machine.
- Prompt the user for the total amount due.
- Read this amount in.
- Prompt the user for the cash tendered.
- Read in this value.
- Calculate the change due.
- Print out the amount of dollars, quarters, nickels, dimes and pennies
that should be returned to the customer.
You may assume that all input is correct.
You may assume that there will be less than $5.00 of change.
When the program is complete, please send a copy to dbennett@edinboro.edu,
the subject of your message should be program2, csci 130
This program is due Friday, October 12 at 11:59 pm.
This program is worth 10 points.