Question: need help with creating a program in Python Inputs Prompt the user for the amount of the transaction. Prompt the user for the amount tendered.
need help with creating a program in Python
Inputs
Prompt the user for the amount of the transaction.
Prompt the user for the amount tendered.
Output
Display a summary of the inputs.
Display the amount of change that should be returned to the customer.
Display the number of quarters that should be returned to make the perfect change.
Display the number of dimes that should be returned to make the perfect change.
Display the number of nickels that should be returned to make the perfect change.
Display the number of pennies that should be returned to make the perfect change.
The concept of perfect change is to return the smallest number of coins to the customer.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
