Question
Need help asap.
You are given a list of students' names and their test scores. Design an algorithm that does the following:
a. Calculates the average test scores.
b. Determines and print the names of all the students whose test score is below the average test score.
c. Determines the highest test score.
d. Prints the names of all the students whose test score is the same as the highest test score.
(You must divide this problem into sub-problems as follows: The first sub-problem determines the average test score. The second sub-problem determines and prints the names of all the students whose test score is below the average test score. The third sub-problem determines the highest test score. The fourth sub-problem prints the names of all the students whose test score is the same as the highest test scores. The main algorithm combines the solutions of the sub-problems.)
You are given a list of students' names and their test scores. Design an algorithm that does the following:
a. Calculates the average test scores.
b. Determines and print the names of all the students whose test score is below the average test score.
c. Determines the highest test score.
d. Prints the names of all the students whose test score is the same as the highest test score.
(You must divide this problem into sub-problems as follows: The first sub-problem determines the average test score. The second sub-problem determines and prints the names of all the students whose test score is below the average test score. The third sub-problem determines the highest test score. The fourth sub-problem prints the names of all the students whose test score is the same as the highest test scores. The main algorithm combines the solutions of the sub-problems.)
Answers
Related Questions
the mean of a set of test scores is 64. a new student takes the same test and scores 80 marks. when...
below is the test scores for students in a statistics class.80,65,79,83,60,79,90,77,84,93.the profes...
Write an algorithm that reads the names of 10
students, their weights in kilograms, five test
sco...
Mrs. Li wants to compare her students’ test scores to the school average. She created a table to hel...