Question: 1 1 . 1 2 ( modified ) - Inventory MENU: This is your LAST programming challenge for the semester.You are the owner of a
modified Inventory MENU: This is your LAST programming challenge for the semester.You are the owner of a hardware store and need to keep an inventory that can tell you what tools you have, how many you have and the cost of each one. Write a program that will have an Inventory MENU with the following items: Load Inventory Show Inventory Add an Item Save Inventory ExitThe content should use a "structure" to list the items. Use an array of structures to load the items from inventory.The load option should read the items from the file and place them into the array of structures.The show inventory should traverse the array and show the contents of the array. It should also add a column to display the quantity the cost worth of inventory The worth of the inventory should only be on the screen and it will not be saved to the file.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
