Answered step by step
Verified Expert Solution
Question
1 Approved Answer
9. (Data processing) a. Create a text file with the following data, without the headings, or-use- Part Number QA310 CM145 MS514 EN212 Initial Amount 95
9. (Data processing) a. Create a text file with the following data, without the headings, or-use- Part Number QA310 CM145 MS514 EN212 Initial Amount 95 320 34 163 Quantity Sold 47 162 20 150 Minimum Amount 50 200 25 160 b. Write a C++ program to create an inventory report based on the data in the file created in Exercise 9a. The display should consist of the part number, the current balance, and the amount needed to bring the inventory to the minimum level. The current balance is the initial amount minus the quantity sold 9. (Data processing) a. Create a text file with the following data, without the headings, or-use- Part Number QA310 CM145 MS514 EN212 Initial Amount 95 320 34 163 Quantity Sold 47 162 20 150 Minimum Amount 50 200 25 160 b. Write a C++ program to create an inventory report based on the data in the file created in Exercise 9a. The display should consist of the part number, the current balance, and the amount needed to bring the inventory to the minimum level. The current balance is the initial amount minus the quantity sold
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