Question: Create an array/list of 100 random numbers (in the range 1 - 100). Print out the original array/list. Now sort the list (using any method

Create an array/list of 100 random numbers (in the range 1 - 100). Print out the original array/list. Now sort the list (using any method you wish) and print out the sorted data. Now search the list to determine how many repeated values are in the list, the sum of the numbers in the list, the product of the numbers in the list, the maximum number in the list and the minimum number in the list.

in java

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Lets tackle this problem step by step using Java Step 1 Create an ArrayList of 100 Random Numbers Well use the javautilRandom class to generate random ... View full answer

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!