Create an array/list of 100 random numbers (in the range 1 -100). Print out the original array/list. Now sort the list (usingany method you wish) and print out the sorted data. Now search thelist to determine how many repeated values are in the list, the sumof the numbers in the list, the product of the numbers in the list,the maximum number in the list and the minimum number in thelist.
in java
Expert Answer
An answer will be send to you shortly. . . . .