Question: Please help me to write a program in C++ with comments and to keep it simple as possible. Also, post the output please. Thank you!
Please help me to write a program in C++ with comments and to keep it simple as possible. Also, post the output please.
Thank you!

C++ File /O Using notepad or textpad, create a text file with the following data shown below, without the headings Part Number QA310 CM145 MS514 EN212 Initial Amount 95 320 34 163 uantity Sold 47 162 20 150 Minimum Amount 50 200 25 160 Write a C++program that will read the data file created above and create an inventory report. Save the report into another file and called it inventory.txt. The report 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. Submit your C++ program file and your invenroty.txt file. C++ File /O Using notepad or textpad, create a text file with the following data shown below, without the headings Part Number QA310 CM145 MS514 EN212 Initial Amount 95 320 34 163 uantity Sold 47 162 20 150 Minimum Amount 50 200 25 160 Write a C++program that will read the data file created above and create an inventory report. Save the report into another file and called it inventory.txt. The report 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. Submit your C++ program file and your invenroty.txt file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
