Write a code to perform statistical analysis of scores


Problem

Write a code to perform statistical analysis of scores for a class of students. The class may have up to 40 students. There are a total of five quizzes during the term. Each student is identified by a four-digit student ID number.

The program is to print the student scores and calculate and print the statistics for each quiz. The output is in the same order as the input; no sorting is needed. The input is to be read from a text file. The output from the program should be similar to the following:

Here is some sample data (not to be used) for calculations:

Stud Q1 Q2 Q3 Q4 Q5
1234 78 83 87 91 86
2134 67 77 84 82 79
1852 77 89 93 87 71

High Score 78 89 93 91 86
Low Score 67 77 84 82 71
Average 73.4 83.0 88.2 86.6 78.6

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Write a code to perform statistical analysis of scores
Reference No:- TGS03340745

Expected delivery within 24 Hours