Question: Write a Python script that allows a user to input three exam scores. Display a congratulatory message if the average exam score across all three

Write a Python script that allows a user to input three exam scores. Display a congratulatory message if the average exam score across all three is greater than 95%. Your solution should follow these general steps;

  1. Obtain the first exam score from the user in the form score/max
    1. Example: 93/100
  2. Obtain the second score
  3. Obtain the third score
  4. Check that the user provided numbers and compute the average test score
  5. Display the average
  6. If the average was greater than 95%, display a congratulatory message
    1. Example: "Great work! Your average was over 95%!!!!"

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!