Question: JAVA PROGRAM MATERIAL: Array l. 2. Method Please make a simple storage program with the following conditions: 1. The program begins by asking input quantity



JAVA PROGRAM MATERIAL: Array l. 2. Method Please make a simple storage program with the following conditions: 1. The program begins by asking input quantity of goods that could be store in the storage. Validate input is between 1 and 10. 2. Then show menu following Menu 1 for adding goods into storage. Menu 2 for showing all of goods in the storage. Menu 3 for searching goods based on code. Menu 4 for exiting from program. 3. f user chooses menu "1", then program will ask to input Goods Name Goods Quantity Validate user can't input if storage is full. 4. f user chooses menu "2", then show goods data including code of goods (obtained based on order entry of goods, name of goods, and quantity of goods in the storage 5. If user chooses menu "3" then the program will: Ask user to input code of goods. Validate input is only between 1 and the quantity of goods in the storage. Display goods code, goods name and quantity of goods. 6. f user chooses menu "4", then the program will ends Please run the EXE file to see the sample program. Print Screen of the Beginning of the Program Binus Online Storage Input maximal quantity of your storage C1..10] 5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
