C++:
Write a program that uses a structure to store the followinginventory data in a file:
Item Description
Quantity on Hand
Wholesale Cost
Retail Cost
Date Added to Inventory
The program should have a menu that allows the user to performthe following tasks:
Add new records to the file.
Display any record in the file.
Change any record in the file.
Input Validation: The program should not accept quantities, orwholesale or retail costs, less than 0. The program should notaccept dates that the programmer determines are unreasonable.
C++: Write a program that uses a structure to store the following inventory data in a file: Item Description Quantity on
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
C++: Write a program that uses a structure to store the following inventory data in a file: Item Description Quantity on
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!