Question: Given two integers as user inputs that represent the number of drinks to buy and the number of bottles to restock, create a public class
Given two integers as user inputs that represent the number of drinks to buy and the number of bottles to restock, create a public class LabProgram Scanner scnr new ScannerSystemin;
public class VendingMachine private int bottles;public VendingMachine bottles bottles amount;public int getInventory bottles bottles amount;public void report
VendingMachine object that performs the following operations:
Purchases input number of drinks
Restocks input number of bottles
Reports inventory
The VendingMachine is found in VendingMachine.java. A VendingMachine's initial inventory is drinks.
Ex: If the input is:
the output is:
Inventory: bottles
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
