Write a program that prints the number of quarters, dimes, nickels, and pennies that a customer should

Question:

Write a program that prints the number of quarters, dimes, nickels, and pennies that a customer should get back as change. Declare and initialize all memory locations as integers. On output, show the original change amount as a monetary amount, with two positions to the right of the decimal. Run your program once by performing a compile-time initialization using 92 cents for the value to be converted. Go into your source code and change the 92 to 27.

Rerun the application. Be sure to desk check your solutions.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: