Question: Problem specification: You need to develop a program that that takes the user's input for three test scores ( Test 1 , Test 2 ,

Problem specification:
You need to develop a program that that takes the user's input for three test scores (Test1, Test2, Test3), calculates the average score, and then assigns a letter grade based on the following criteria:
If the average score is greater than or equal to 90, the grade is 'A'.
If the average score is between 80 and 89(inclusive), the grade is 'B'.
If the average score is between 70 and 79(inclusive), the grade is 'C'.
If the average score is between 60 and 69(inclusive), the grade is 'D'.
If the average score is less than 60, the grade is 'F'.
a- Draw the flowchart that represents the above problem.
(5 marks)
b- Write down the pseudocode of the above problem.
(5 marks)
c- Write the Python code of the above problem. Include a screenshot that shows the output after executing the program. (5 marks)
Problem specification: You need to develop a

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 Programming Questions!