Question: Coding a Vending Machine - JAVA Write a code for VendingMachine with snacks and drinks as objects and that performs the following operations: Create a
Coding a Vending Machine - JAVA
Write a code for VendingMachine with snacks and drinks as objects and that performs the following operations: Create a new item on the machine Purchase drinks : input the quantity Restock drinks : input number of bottles Reports inventory : Snack/Drink name +
Your code should have 3 classes: A class to create the object. ( Add constructors, getters and setters) A main class to create instances of object A test class to test the objects.

Write a code for VendingMachine with snacks and drinks as objects and that performs the following operations: -Create a new item on the machine -Purchase drinks : input the quantity -Restock drinks : input number of bottles -Reports inventory : Snack/Drink name + our code should have 3 classes: A class to create the object. ( Add constructors, getters and setters) A main class to create instances of object A test class to test the objects
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
