Question: In Java Program Specifications: Write a program that does the following: 1. Create an array of 100 integers. 2. Store 100 random integers (between 1

In Java

In Java Program Specifications: Write a program that does the following: 1.

Program Specifications: Write a program that does the following: 1. Create an array of 100 integers. 2. Store 100 random integers (between 1 and 100) in the array. 3. Print out the elements of the array. 4. Sort the array in ascending order. 5. Print out the sorted array. 6. Prompt the user to enter a number between 1 and 100. Search the array for that number and then display "Found" or "Not Found" message. 7. Display each number from 1 to 100 and the number of times each is found in the array. 8. Display the average of the numbers in the array. 9. Display the highest number in the array. 10. Display the lowest number in the array. Other requirements. 1. Everything should be done using METHODS. 2. NO NEED FOR A MENU SYSTEM. Just call the methods in the sequence above. 3. Add your design tool to your project. Submission Requirements: . You must follow the rules from the previous assignment. YOU MAY NOT EVER: Use global variables. . Use the word goto. Use the break command outside a case statement

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!