Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

ou 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 test scores are below the average test score.

Determines the highest test score.

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:

The first sub problem determines the average test score.

The second sub problem determines and prints the names of all the students whose test scores are 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 scores are the same as the highest test score. The main pseudocode combines the solutions of the sub problems.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions