C++: Write a program that uses a structure to store the following inventory data in a file: Item Description Quantity on

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
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

Post by answerhappygod »

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.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply