Question: Jcalava 7th edition chapter5 Methods Test Average And Grade write a program that asks the user to enter 5 test scores. the program should display
Jcalava 7th edition chapter5 Methods
Test Average And Grade
write a program that asks the user to enter 5 test scores. the program should display a letter grade for each score and the average test score. write the following methods in the program:
*calcAverege- this method should accept five test scores as arguments and return the average of the scores.
*determineGrade- this method should accept a test score as a argument that return a letter grade for the score, based on the following grading scale:
Score Letter Grade
90-100 A
80-89 B
70-79 C
60-69 D
below 60 F
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
