Answer to Question #212841 in Java | JSP | JSF for emily

Question #212841

Jane wants to become a doctor. If jane obtains an average of 90% for maths in her final exams, she will be admitted to the qualification, however, if she obtains an average of more than 85% but less 90% for maths and an overall average of 90% for all her subjects she will still be able to study medicine but will have to complete a BSc degree first. Write the pseudocode that will accurately reflect the logic contained in the above scenario


1
Expert's answer
2021-07-02T11:43:07-0400
Pseudocode 
Start
   Get average for maths from a user
   Get average for all her subjects from a user
   if average for maths>=90 then
       print message: "Jane will be admitted to the qualification" 
   else if average for maths>=85 and average for maths<90 then
      if overall average for all her subjects>=90 then
      	print message: "Jane will still be able to study medicine but will have to complete a BSc degree first."
   else
       print message: "Jane will be NOT admitted to the qualification" 
Stop

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
New on Blog
APPROVED BY CLIENTS