Question: We want to compute your average test score and print along a congratulatory message if the average is greater than 95%. The pseudocode algorithm is
We want to compute your average test score and print along a congratulatory message if the average is greater than 95%. The pseudocode algorithm is as follow:
Get the first test score and its max from the user in the form score/max (eg 35/50)
Get the second test score and its max from the user in the form score/max
Get the third test score and its max from the user in the form score/max
Calculate the average if all test scores are numbers, with 1 decimal digit
Display the average
If the average is greater than 95%, congratulate the user
Turn the above algorithm into a Python program.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
