Using Python to write a program that takes the input of 5 scores from the user, and then calculates the grade of the student, based on the average score. It uses a function Calculate(score1, score2, score3, score4, score5) to do the needful.
The grade is calculated based on the following criteria:
Average Score
Grade
>=90
A
80-89
B
70-79
C
60-69
D
<>
F
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here