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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started