Question: C++ code for the Following assignment: You have invented a vending machine capable of deep frying twinkies. Write a program to simulate the vending machine.
C++ code for the Following assignment:
You have invented a vending machine capable of deep frying twinkies. Write a program to simulate the vending machine. It costs $3.50 to buy a deep-fried twinkie, and the machine only takes coins in denominations of a dollar, quarter, dime, or nickel. Write code to simulate a person putting money into the vending machine by repeatedly prompting the user for the next coin to be inserted. output the total entered so far when each coin is inserted.
When $3.50 or more is added, the program should output Enjoy your deep-fried twinkie along with any change that should be returned. Use top-down design to determine appropriate functions for the program
Other requirements(from my class):
1. Beginning from Chapter 4, all assignment must contain functions, even if it is possible to do without one.
2. If the assignment calls for just a function, you must code a driver to test the function. The driver and the function both must be submitted.
Thanks :]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
