Question: Write a program random.java to process random numbers in an array. Generate 36 random 2-digit integers and save them in an array. Print these

Write a program random.java to process random numbers in an array. Generate 36 random 2-digit integers and save them in an array. Print these numbers in 6 rows (6 numbers per row). Process the array to find out the total and average of these numbers. Count how many numbers are below average. Sample output: Random number generated are: 92 56 87 59 82 93 95 85 67 42 66 37 25 36 43 18 97 53 38 68 35 98 63 52 30 46 26 54 87 20 11 32 18 73 88 35 Total: 2007 Average: 55.75 Below Average Count: 19
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
