subject

Write a program to perform statistical analysis of scores for a class of students. The class may have up to 40 students. There are 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

The program should print the lowest and highest scores for each quiz.

You will apply the following topics in this assignment:

File Input operations.

Working and populating an array of objects.

Wrapper Classes.

Object Oriented Design and Programming.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 11:30
One subtask in the game is to roll the dice. explain why is roll the dice an abstraction.
Answers: 3
question
Computers and Technology, 23.06.2019 00:20
Ihave been given the number of guns per 100, and the total firearm-related deaths per 100,000. i have to find the actual number of guns per country and actual number of gun-related deaths. if somebody could show me how to do 1 question, i can finish the rest, i am just confused. tia
Answers: 3
question
Computers and Technology, 25.06.2019 04:00
Plz there is a problem with my account. i no longer have ! ( hand,ambitious,virtuoso etc.) it's like getting brainliest means nothing. how do i get ranks back?
Answers: 1
question
Computers and Technology, 25.06.2019 20:30
Write the definition of a class counter containing: an instance variable named counter of type int. an instance variable named counterid of type int. a static int variable ncounters which is initialized to zero. a constructor that takes an int argument and assigns its value to counter. it also adds one to the static variable ncounters and assigns the result to the instance variable counterid. a method named increment. it does not take parameters or return a value; it just adds one to the instance variable counter. a method named decrement that also doesn't take parameters or return a value; it just subtracts one from the counter. a method named getvalue. it returns the value of the instance variable counter. a method named getcounterid: it returns the value of the instance variable counterid.
Answers: 1
You know the right answer?
Write a program to perform statistical analysis of scores for a class of students. The class may hav...
Questions
question
English, 16.09.2019 12:10
question
Computers and Technology, 16.09.2019 12:10
Questions on the website: 13722363