Question: DESCRIPTION Complete the following program that makes change (calculates and outputs the number of quarters, dimes nickels, and pennies) for a given number of cents
DESCRIPTION Complete the following program that "makes change (calculates and outputs the number of quarters, dimes nickels, and pennies) for a given number of cents input by the user. Assume the user's input vwill be a non-negative, integer number of cents. eg. If the user inputs 36 cents the output should be: 1 quarters 1 dimes 0 nickels 1 pennies
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
