Prompt user to put in an integer from the keyboard


Write a java application that performs the following task:

1) create an int array (you can declare the value yourself, or use Random feature in java to create this array)

2) prompt user to put in an integer from the keyboard

3) search for the user input from the array created in step 1.

4) display a message whether the user input has been found in the array, and at what position.

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Prompt user to put in an integer from the keyboard
Reference No:- TGS0127438

Expected delivery within 24 Hours