Question: Program Specifications Write a JAVA program allow user to input and manage products information (Id, Name, Location, Price, Expiry date, Date of manufacture, Category, Storekeeper,
Program Specifications
Write a JAVA program allow user to input and manage products information (Id, Name, Location, Price, Expiry date, Date of manufacture, Category, Storekeeper, ReceiptDate), display products information on screen.
Function details:
-
Display a menu and ask users to select an option
Main menu:
-
Add Storekeeper
-
Add product
-
Update product
-
Search product by Name, Category, Storekeeper, ReceiptDate
-
Sort product by Expiry date, Date of manufacture
-
Add Storekeeper: Storekeeper Name
-
Add product: all property are required (Check duplicate Id)
-
Update employees: Find an employee by Id
-
Search product by Name, Category, Storekeeper:
Prompt users input to select: Name(string), Category(string), Storekeeper(string) or ReceiptDate(Date)
Users input search value
Display result
-
Sort product
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
