Question: 13. Drink Machine Simulator Write a program that simulates a soft drink machine. The program should use a struc- ture that stores the following data:
13. Drink Machine Simulator Write a program that simulates a soft drink machine. The program should use a struc- ture that stores the following data: Drink Name Drink Cost Number of Drinks in Machine The program should create an array of five structures. The elements should be initial- ized with the following data: Drink Name Cola Root Beer Lemon-Lime Grape Soda Cream Soda Cost .75 .75 .75 .80 .80 Number in Machine 20 20 20 20 20 Each time the program runs, it should enter a loop that performs the following it the A list of drinks is displayed on the screen. The user should be allowed to either q program or pick a drink. If the user selects a drink, he or she will next enter the steps: of money that is to be inserted into the drink machine. The program should display ha y the amount of change that would be returned, and subtract one from the number o
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
