Answered step by step
Verified Expert Solution
Question
1 Approved Answer
You are required to write an interactive C++ program that will manage and monitor an inventory system for 7 days. Initial Value and Inputs You
You are required to write an interactive C++ program that will manage and monitor an inventory system for 7 days.
Initial Value and Inputs
- You should start with at least 3 different items (label them as Item-1, Item-2, and Item-3) 30 of each as starting values.
- Each day, customers select (buy) different quantity from each items based on their needs. The customer should provide the data as inputs.
Program Requirements:
- Program must be written interactively menu and request proper data from the user (customer).
- Considering the transactions, each day you must report (print) the total sale of each item and the available number.
- For each item, if the inventory less than 20%, you should order and make sure to maintain the level of each inventory at 30 each.
- Report (print) the status of each item at the end of 7 days.
- The program should be fully documented.
- Test your program for different set of data.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started