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.


Expert's answer

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!

LATEST TUTORIALS
APPROVED BY CLIENTS