Answered step by step
Verified Expert Solution
Link Copied!

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Income Tax Fundamentals 2013

Authors: Gerald E. Whittenburg, Martha Altus Buller, Steven L Gill

31st Edition

1111972516, 978-1285586618, 1285586611, 978-1285613109, 978-1111972516

More Books

Students also viewed these General Management questions

Question

Explain the three approaches by businesses to social responsibility

Answered: 1 week ago

Question

Explain the responsibilities businesses have to stakeholders

Answered: 1 week ago