Question: Please write code in C Thank you! Given two integers as user inputs that represent the number of drinks to buy and the number of
Please write code in C
Thank you!
Given two integers as user inputs that represent the number of drinks to buy and the number of bottles to restock, create a VendingMachine variable that performs the following operations: - Purchases input number of drinks - Restocks input number of bottles - Reports inventory VendingMachine.h contains the struct definition and related function declarations. VendingMachine.c contains related function definitions. A VendingMachine's initial inventory is 20 drinks. Ex: If the input is: 52 the output is: Inventory: 17 bottles
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
