You are working as the data analyst for one of the big survey company. Your manager wants you to analyze the sample data
Posted: Wed Apr 27, 2022 5:06 pm
You are working as the data analyst for one of the big survey company. Your manager wants you to analyze the sample data and then determine the maximum, minimum and average. You need to perform following tasks as part of this assignment. Step 1: Use Java program to generate the at least 1000 random numbers between 1 to 10000 Step 2: Store all these numbers into the array Step 3: Perform sorting Step 4: Determine the maximum and the minimum element Step 5: Determine the array average Step 6: Include Try-Catch exception block Step 7: Include finally block