Question: Create a java program to achieve the following: Ask the user for the number of integers to randomly generate. Create an integer array of the

Create a java program to achieve the following:

Ask the user for the number of integers to randomly generate.

Create an integer array of the appropriate size and insert the randomly generated integers (in the range 1 100) into the array.

Ask the user for a search value (integer), then check to see if the array contains this value and display a message to indicate if found or not.

Finally, display the contents of the array, the sum of the numbers in the array, the smallest value and the largest value in the array.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!