Question: using c++ A. Inventory Program Write a program that uses a structure to store data to the following inventory data in a file: (10+ records
using c++
A. Inventory Program Write a program that uses a structure to store data to the following inventory data in a file: (10+ records from a file to the inventory file)
Item Description
Quantity on Hand
Wholesale Unit Cost
Retail Unit Cost
Date Added to Inventory
The program should have a menu that allows the user to perform the following tasks:
Add new records to the inventory file. (Add 3+ records)
Change any record in the inventory file. (Change 2+ records)
Display all record in the inventory file. (Display all records)
Input Validation: The program should not accept quantities, or wholesale or retail costs, less than 0. The program should not accept dates that the programmer determines are unreasonable.
B. Inventory Screen Report
The same program from (A) should calculate and display the following data on screen;
The total wholesale value of the inventory
The total retail value of the inventory
The total quantity of all items in the inventory
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
