Inventory Item Class
Create an application that stores inventory records for a retail store. The application should have an inventory class with the following properties:
InvNumber: A string used to hold an inventory number. Each item in the inventory should have a unique inventory number.
Description: A string that holds a brief description of the item.
Cost: A decimal value that holds the amount that the retail store paid for the item.
Retail: A decimal value that holds the retail price for the item.
OnHand: An integer value that holds the number of items on hand. This value cannot be less than 0.
The application should store Inventory class objects in a collection. Create an input form in the application that allows users to input new inventory items to be added to the collection. The user should also be able to look up items by their inventory number.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.