Question: For python please. Making change Write a program that prompts the user for the amount of change that should be dispensed to a customer (in

For python please.
Making change Write a program that prompts the user for the amount of change that should be dispensed to a customer (in cents). Then print the number of quarters, dimes, nickels and pennies needed to give correct change. Your program should dispense as few coins as possible. Sample run: Change Calculator Enter amount (cents): 233 leftarrow Dollars: 2 Quarters: 1 Dimes: 0 Nickels: 1 Pennies: 3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
