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: 1. Calculates the average test scores.

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 who test scores are the same as the highest test score.

You are then 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 who 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 name 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

The Accidental Data Scientist

Authors: Amy Affelt

1st Edition

1573877077, 9781573877077

More Books

Students also viewed these Databases questions

Question

what are the major challenges facing the accounting profession?

Answered: 1 week ago

Question

What is the purpose of the Salary Structure Table?

Answered: 1 week ago

Question

What is the scope and use of a Job Family Table?

Answered: 1 week ago