Question: Vending machine: write a program that takes as input two values: the first represents the cost of an item, and the second is the amount
Vending machine: write a program that takes as input two values: the first represents the cost of an item, and the second is the amount of money being paid for it. Your program prints on the screen the amount of change to be returned, and splits it in the number of dollar bills, quarters, dimes ($0.1), nickels ($0.05), and pennies ($0.01).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
