Make a flowchart where a program dispenses cash at an ATM machine that has been upgraded to dispense $5 and $20 bills. The machine should dispense the fewest number of bills possible for the amount entered. For example, if the user enters $25 as the withdrawal amount, the machine should dispense one $20 bill, and one $5 bill (not five $5 bills. The program should continue requesting withdrawal amounts from users until they enter -999. Each time a withdrawal amount is entered, if the amount is NOT evenly divisible by 5, then output a message: “This machine dispenses increments of $5 only.” Otherwise, calculate and output the number of $5 bills and the number of $20 bills the machine should dispense. Your output should include an onscreen printout indicating how many notes of each bill should be dispensed.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter8: Arrays And Strings
Section: Chapter Questions
Problem 20PE
icon
Related questions
Question

Make a flowchart where a program dispenses cash at an ATM machine that has been upgraded to dispense $5 and $20 bills. The machine should dispense the fewest number of bills possible for the amount entered. For example, if the user enters $25 as the withdrawal amount, the machine should dispense one $20 bill, and one $5 bill (not five $5 bills. The program should continue requesting withdrawal amounts from users until they enter -999. Each time a withdrawal amount is entered, if the amount is NOT evenly divisible by 5, then output a message: “This machine dispenses increments of $5 only.” Otherwise, calculate and output the number of $5 bills and the number of $20 bills the machine should dispense. Your output should include an onscreen printout indicating how many notes of each bill should be dispensed.

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Knowledge Booster
Constants and Variables
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning