Question: Create the following program using C++ Problem 2: Textbook #7, Inventory Class, page 501 (50 points) HINT: to test Inventory class follow the instruction from
Create the following program using C++


Problem 2: Textbook #7, Inventory Class, page 501 (50 points) HINT: to test Inventory class follow the instruction from the attached file, InventoryTester Output.txt IMPORTANT: totalCost should NOT BE A DATA MEMBER of the class Inventory InventoryTester Output.txt (click to download) Hint for Inventory class: Follow the example in the textbook for Account class declaration, implementation, and usage. Your main) should be much simpler (pages 470 - 474) Submit the "cpp" and "h" files with the following names: proj3_2.cpp, Inventory.h, and Inventory.cpp (unless you use just one file for both the Inventory class and main function). Upload all your files in one compressed file. ABSOLUTELY NO GLOBAL VARIABLES ALLOWED (constants are fine as global)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
