Question: Design and create a Java program that contains an array to hold 10 randomly generated int values. Values should be between 1 and 100. Display
Design and create a Java program that contains an array to hold 10 randomly generated int values. Values should be between 1 and 100. Display all values in the array in the output formatted in a row and in the next 2 rows display the smallest and largest value in the list. Also prompt the user so a number can be searched for in the list. Output to inform the user where the item was found in the list, output if it was found or not found.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
