Homework1-1
Write a program to simulate a vending machine.
- List the items and price Your vending machine should have at least 10 items. Each student should choice different items to sell.
- The customer first selects an item.
- The customer put coins into the machine.
- The machine discharges the selected item and give you the change if the coins are enough, otherwise indicates there is not enough money.