Question: Write a Python program to assist a cashier with determining correct change. The program should have one input, the number of cents to return to
Write a Python program to assist a cashier with determining correct change. The program should have one input, the number of cents to return to the customer. The output should be the appropriate change in quarters, dimes, nickels and cents.
For an example input of 41 cents your output would look like this:
Here is your change:
1 Quarter
1 Dime
1 Nickel
1 Penny
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
