Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

plese use java programming...(jgrasp) image text in transcribed
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

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

Oracle PL/SQL Programming Database Management Systems

Authors: Steven Feuerstein

1st Edition

978-1565921429

More Books

Students also viewed these Databases questions