Question: plese use java programming...(jgrasp) Create a java program that looks up an item description from an item number. 4/7 On- 3 First create an array
Create a java program that looks up an item description from an item number. 4/7 On- 3 First create an array of type int with one column. It should have 4-digit item numbers. Create a second array of type String. It will contain item descriptions. Example Array one Array two 2354 Blue suede shoes 3532 Stratocaster guitar 4589 Drum set 1222 Tuba Then ask the user for an item number. Use the item number to find the index of the number. Use this index number to look up the description in the index array. If the item number is found display the description. If the item number is not found display "Item not found
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
