News

The function should calculate the average grade and return it. Grades can be represented as follows: A: 90-100 B: 80-89 C: 70-79 D: 60-69 F: Below 60. Your task is to implement the ...