You are given a list of students names and their test scores. Design a pseudocode that does the following: Calculates the average test scores. Determines and prints the names of all the students whose...


You are given a list of students names and their test scores. Design a pseudocode that does the following:



  1. Calculates the average test scores.

  2. Determines and prints the names of all the students whose test scores are below the average test score.

  3. Determines the highest test score.

  4. Prints the names of all the students whose test scores are the same as the highest test score.


You are to divide this problem into sub problems as follows:



  1. The first sub problem determines the average test score.

  2. The second sub problem determines and prints the names of all the students whose test scores are below the average test score.

  3. The third sub problem determines the highest test score.

  4. The fourth sub problem prints the names of all the students whose test scores are the same as the highest test score. The main pseudocode combines the solutions of the sub problems.



Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here