Answer to Question #246285 in Algorithms for Jessica diaz

Question #246285
A student will receive scholarship if the high school academic rating average is above 95 or the number of varsity letters earned is at least 10 and the high school academic rating is above 75. RTU will grant scholarship only for the first 50 qualified students. Write an algorithm and draw a flowchart that will determine the first 50 successful applicants.
1
Expert's answer
2021-10-08T04:34:54-0400
start
count =0
is academic rating>75
  eligible for admission
  for(int i=0;i<50;i++)
    if(obtained mark>95)
      admission allowed;
      count++
    else
      not eligible for admission
  
end

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS