Question: I have a programming problem that we are learning structures and tokenizing. We are assigned this problem, but Chegg does not have a step-by step
I have a programming problem that we are learning structures and tokenizing. We are assigned this problem, but Chegg does not have a step-by step solution for it. Please help! We are writing in C#


Drink Vending Machine Simulator Create an application that simulates a soft-drink vending machine. The application should let the user select one of the following soft drinks: Cola ($1.00 each) Root Beer ($1.00 each) Lemon Lime Soda ($1.00 each) Grape Soda ($1.50 each) Cream Soda ($1.50 each) Figure shows an example of the application's form. (The images that are displayed in the PictureBox controls are in the ImageslDrink Machine folder of the Student Sample Programs.) When the application starts, the vending machine will have 20 of each type of soft drink. Each time the user selects a drink, the application should subtract 1 from the quantity of the selected drink. It should also update and display the total amount of sales. If the user selects a drink that is sold out, a message should be displayed indicating so
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
