Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribedimage text in transcribedimage text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design And SQL For DB2

Authors: James Cooper

1st Edition

1583473572, 978-1583473573

More Books

Students also viewed these Databases questions

Question

Build an FA for: (a+b)*b(a+b)*

Answered: 1 week ago