Question: 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
Get step-by-step solutions from verified subject matter experts
