We\'re going to do an inventory management system. In the real world, this would
ID: 3697898 • Letter: W
Question
We're going to do an inventory management system. In the real world, this would use a database, not a file. Inventory contains
Your code need to have the following features, all accessible from a menu.
The way your work this is you'll load a file, add, search, etc, then write it back to disk.
Ideas:
Here's a sample menu:
===========================
1) Add an item to memory
2) Search memory for an item
3) List what's in memory
4) Total value on hand
5) Save to a file
6) Read in from a file
0) Exit Program
56 items stored
}
Explanation / Answer
}