Question: Write a method in Java called getLetterGrade which will send in the numeric grade (integer) return the letter grade (char) based on a 4.0 grading
Write a method in Java called getLetterGrade which will send in the numeric grade (integer) return the letter grade (char) based on a 4.0 grading scale. (Assume the numeric grade is valid)
Input: grade (integer)
Output: letterGrade (char)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
