Given two integers as user inputs that represent the number of drinks to buy and the number of bottles to restock, creat
Posted: Tue Jul 12, 2022 8:28 am
Given two integers as user inputs that represent the number of drinks to buy and the number of bottles to restock, create a VendingMachine object that performs the following operations: - Purchases input number of drinks - Restocks input number of bottles - Reports inventory Review the definition of VendingMachine cpp' by clicking on the orange arrow. A VendingMachine's initial inventory is 20 drinks. Ex:If the input is: 52 the output is: Inventory: 17 bottles \begin{tabular}{|l|l} UC \\ Acriviry & 7.21.1 :LAB: Vending machine \end{tabular} Current file: main.cpp - toad default ter 1 #include h " 4 using namespace std; 6 int mainO \{ 6 int mainO ( I 7 8}