Answer to Question #283012 in Algorithms for z0uq

Question #283012

An instructor calculates the grade percentage based on the highest score on a test.

Given the highest score and one student’s score, write a solution to calculate and

print that student’s test percentage.


1
Expert's answer
2021-12-27T15:51:16-0500
Start
   Declare variable highestScore 
   Declare variable studentScore
   Declare variable testPercentage
   Read highestScore from the user
   Read studentScore from the user
   Set testPercentage=(studentScore/highestScore)*100.0
   Display testPercentage
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