Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

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 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

Logics For Databases And Information Systems

Authors: Jan Chomicki ,Gunter Saake

1st Edition

1461375827, 978-1461375821

More Books

Students also viewed these Databases questions

Question

Write a summary of "The Chemical Transfer of Memory".

Answered: 1 week ago

Question

To solve p + 3q = 5z + tan( y - 3x)

Answered: 1 week ago

Question

Evaluate the importance of the employee handbook.

Answered: 1 week ago

Question

Discuss the steps in the progressive discipline approach.

Answered: 1 week ago