Entries by admin

Test Average and Grade

Test Average and Grade Write a program, in python, that asks the user to enter five test scores. The program should display a letter grade for each score and the average test score. Design the following functions in the program: calcAverage- This function should accept five test scores as arguments and return the average of […]