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
Me and my Roomate have an apartment for $1,895.
kakasveta [241]
$1,047.50 so she has to pay that amount
8 0
3 years ago
Read 2 more answers
f(x)=(x+3)(x-4) and g(x)=1/3(x+3)(x-4). the graphs of each are shown here. Which graph represents which polynomial function? exp
zvonat [6]

This is about interpretation of quadratic equation graphs.

<u><em>- The parabola that is continuous represents f(x) = (x+3)(x-4)</em></u>

<u><em>- The parabola that is a broken line represents g(x) = 1/3(x+3)(x-4)</em></u>

<u><em>- This is because calculating their y-intercept respectively corresponds with what is on the graph.</em></u>

  • We are given;

a) f(x) = (x+3)(x-4)

Let us confirm the x-intercept.

x-intercept here is when y = 0.

Thus, at y = 0; x + 3 = 0 and x - 4 = 0

Thus, at y = 0; x = -3 and y = 4

  • Let's now find the y-intercept;

y-intercept occurs when x = 0

Thus; y - intercept = (0 + 3)(0 - 4)

y - intercept = -12

  • Looking at the graph given, the only one that has it's y-intercept as -12 is the graph that has a continuous line.

  • This means the other graph that has dashed line would represent the other polynomial g(x)=1/3(x + 3)(x - 4)

Read more at; brainly.in/question/18896888

4 0
2 years ago
Can someone give me the answer and explain it to me? I honestly don't even get this-
77julia77 [94]

Answer:

the ratio is 1:7

so the answer is 7 gallons of white paint

Step-by-step explanation:

Hope this helps!!

7 0
3 years ago
Read 2 more answers
Daniel and Alice each earn money by babysitting. Daniel earned a total of $84 in a 5-week period. During a 6-week period, Alice
sweet [91]

Answer:12

Step-by-step explanation:

16 • 6= 96

96-84=12

4 0
3 years ago
Solve the given equation
Salsk061 [2.6K]
The answer is R=0.053707443....
Round to the nearest decimal place as it asks for
i hope this helps :)
5 0
3 years ago
Other questions:
  • Last year Boris paid £256 for his car insurance.
    6·1 answer
  • Mr. Boyle replaced 25% of the boards on his wooden deck. If he replaced
    11·2 answers
  • A 21-foot ladder is leaning against a building. The base of the ladder is 7 feet from the base of the building.
    13·1 answer
  • A sample of oxygen gas occupies a volume of 2.50 L at 98.6 kPa pressure. What volume will
    8·2 answers
  • PLEASE HELP NEED ANSWER NOW!!!!!!
    14·1 answer
  • Help me <br><br> Please thank you
    9·1 answer
  • You have less than three hours to finish your
    8·1 answer
  • A ball, dropped vertically, falls d metres in t seconds.
    6·1 answer
  • R/2=(r-4)/7 how do i solve this?
    12·2 answers
  • Bfksksbckdnxjmcbssoxonxnf
    7·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!