Question: (C++) You MUST use do while loop to complete this exercise. Write a ptogram to simulate a simple vending machine. The program starts by asking

(C++) You MUST use do while loop to complete this exercise. Write a ptogram to simulate a simple vending machine. The program starts by asking the user to insert credit, which the user types, like this:

(C++) You MUST use do while loop to complete this exercise. Write

WARNING: You MUST use do-while loop to complete this exercise to receive points! Write a program to simulate a simple vending machine. The program starts by asking the user to insert credit, which the user types, like this Enter credit: user input here) After that, the program prints the following menu: Select option: 1 - Soda (1.00) 2 - Chips (1.00) 3 - Quit Until the user enters 3 (quit) or the balance falls below $1 and it is no longer possible to make a purchase. After one of these conditions is met, print the message Goodbye! And end the program. You can assume the initial credit will always be positive and the user will always make a valid selection (1.2 or 3)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!