Question: 3. (14 points) Write a program GradeArray.java that performs the following, Ask user to input 10 students' scores on a quiz. (20-point quiz) Save the

 3. (14 points) Write a program GradeArray.java that performs the following,

3. (14 points) Write a program GradeArray.java that performs the following, Ask user to input 10 students' scores on a quiz. (20-point quiz) Save the numbers in an array. iterate through the array to find the maximum, minimum and average of these scores, print these out. Count how many students scored below the average and print out the count. Calculate and print out the standard deviation Standard deviation calculation of a data set containing N element, i=1 where : average of the elements. Sample test data: Input 20,18,19,17,10,15,17,19,12,18 Average 16.5 Number of student scored below average: 3 Standard Deviation 3.074

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!