Algorithm help

Create the flowchart and algorithm for a module that will prompt the user to enter the amount of cash they have in their pocket. The program should output “Not Enough” ($0 - $0.64), “Vending Machine” ($0.65 - $1.99), “Fast Food” ($2.00 - $4.99), “Cafeteria” ($5.00 - $14.99) or “Steak House” ($15 and up) depending on what the user can afford for lunch.

Questions by snowtiger37

Showing Answers 1 - 3 of 3 Answers

Jole

  • Jan 15th, 2015
 

Create a basic CASE statement. Then for the diagram just have all the different options spidering out. Google other examples.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions