1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Andreyy89
3 years ago
10

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

rage test scores.(b) Determines and prints the names of all the students whose test scores are below the average test score.(c) Determines the highest test score.(d) Prints the names of all
Mathematics
1 answer:
Rashid [163]3 years ago
4 0

Answer:

List_of_students = {};    //Structure array that contains the scores of students and Names

Number_of_students = size(List_of_students);

Average_score ;   //Variable Stores average score

Below_Average = [];   //That is initially filled with zeros  

Highest_score ; //Initialize variable to store highest score

for ( i = 0 ; i < Number_of_students; i = i + 1)

{

      Average_score  = Average_score + List_of_students(i);    

     if ( i = 15)

      {

        Average_score  = Average_score / Number_of_students;

      }

}

for ( j = 0; j < Number_of_students ; i = i + 1)

{

    if (   List_of_students(j)  < Average_score)

     {

         print( "student  %name got %score , List_of_students(j),          List_of_students(j) )

     }

}

Compare_Score = 0;   //Variable to compare score

for ( k = 0; K < Number_of_students; k = k+1)

{

     if ( List_of_students(k) => Compare_Score)

    {

        Compare_Score = List_of_students(k);

    }

}

Highest_Score = Compare_Score;

Step-by-step explanation:

You might be interested in
98 people who were vaccinated were seniors. • 80 people reported a chronic disease or long-term health problem, such as heart or
Fittoniya [83]

Answer:

16.3 is the percent of seniors reported a chronic medical condition chronic is long term recovery acute is short term recovery

Step-by-step explanation:

7 0
3 years ago
35 POINTS FOR ONE QUESTION!!!!
maks197457 [2]

Answer:

<u>5,400 yd²</u>

Step-by-step explanation:

New total area :

  • Original area x scale factor
  • 600 yd² x 9
  • <u>5,400 yd²</u>
7 0
2 years ago
Read 2 more answers
Find the next number in the sequence 1, 1/4, 1/9 , 1/16, 1/25
Umnica [9.8K]
(Add5) 1/9..(add 7) 1/16... (add9) 1/25... (add 11) and get -> 1/36
3 0
3 years ago
Cottage cheese is being sold in different size containers. The sizes and prices are given below: 4 - 5 ounce containers for $5.
Karolina [17]

Division is the process of finding the number of times a number is multiplied by itself. The 16-ounce container is the better buy.

<h3>What is Division?</h3>

The division is the process of finding the number of times a number is multiplied by itself.

The prices of the different size containers are given to us,

4-5 ounce containers for $5. 00

1-12 ounce container for $3. 24

1-16 ounce container for $4. 19

Now, find the cost of the cheese per ounce when we buy the minimum cheese and when we but the maximum amount of cheese.

1.   For the first Container, 4-5 ounce containers for $5.00

If we buy 4 ounces of cheese, then the cost of each ounce of cheese will be $1.25 for each ounce, while if we buy the maximum amount of cheese therefore 5 ounces for $5 then the cost of each ounce of cheese will be $1.

2.  For, the second container, 1-12 ounce container for $3.24

If we buy 1 ounce of cheese, then the cost of each ounce of cheese will be $3.24 for each ounce, while if we buy the maximum amount of cheese therefore 5 ounces for $5 then the cost of each ounce of cheese will be $0.27.

3.  For, the third container, 1-16 ounce container for $4.19.

If we buy 1 ounce of cheese, then the cost of each ounce of cheese will be $4.19 for each ounce, while if we buy the maximum amount of cheese therefore 16 ounces for $4.19 then the cost of each ounce of cheese will be $0.26.

Thus, if we buy the maximum amount of cheese from each of the boxes, the third box will be the cheapest.

Hence, The 16-ounce container is the better buy.

Learn more about Division:

brainly.com/question/369266

3 0
2 years ago
Can someone pleaseee help!!!
krok68 [10]

Answer:

Step-by-step explanation:

use known angles and rules to find unknown values

vertical angles (pairs of angles on opposite sides of an intersection) are equivalent

supplementary angles (angles found next to each other on a line) add up to 180 degrees

opposite interior angles are equivalent

And I don't remember the name of this kind of angle, but angle 1 and 10 are equivalent because they are found on the same "location"

using these rules you can find all missing angles.

1= 75

2=180-75=105

let me know if you need more help than this

3 0
3 years ago
Other questions:
  • 1/3d + 10 = 3/5d<br><br> plz help i will give u 5 stars
    13·2 answers
  • Help thanks. . .
    5·1 answer
  • HURRY PLEASE!! How many sides are there in a regular polygon which has 120 degrees in each of its angeles?
    7·2 answers
  • Which is the greater rate of change? <br><br> -1/2<br><br> 4/1
    9·1 answer
  • the price of a new pair of sneakers is $79.95. if sales tax is 7.5%, then approximately, how much tax will be paid on sneakers?
    9·1 answer
  • A 5-pound bag of cat food costs $11.25.What is the unit price of the cat food in dollars per pound?
    9·2 answers
  • A clothing store donated a percent of every sale to charity. The total sales were $8850, so the store donated $531 what percent
    12·1 answer
  • The PE coach is playing a game with the kinder kids She brings out a bag that has 3 red marbles, 2 blue and 4 yellow. What is th
    12·1 answer
  • A can of nacho cheese has a radius of 8 inches and a height of 4 inches. a can of
    13·1 answer
  • The body temperature of adults are normally distributed with a mean of 98.6 f and a standard deviation of 0.71f what temperature
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!