Question: the language is java. (college intro to computer science so not advanced) please use the if and if else statements to calculate the lettergrade for

the language is java. (college intro to computer science so not advanced)
please use the if and if else statements to calculate the lettergrade for all 4 students, I have done the rest of the problem, just the last part of using if and if else statements and then to display the letter grades. You do not have to do the rest of the problem just the if and if else to calculate the letter grades for each of the 4 students.
Thank you
Write a program that ask students name followed by first, second, third and fourth grades Once the all the inputs are entered, then program computes average grades of each student and determines the corresponding letter grade for them. Program also determines student with best average grade. Once everything is determined, then program outputs the following Student Name Grades Average Letter Grade Student with best average is So if we go back to previous example your program should output the following Student Name Grades Average Letter Grade Jason K. Barnes Clinton L. Knight Timothy O. Thomas Alice Brown 78 89 90 100 88 90 99 75 100 80 90 99 100 98 76 88 89.25 92.25 90.5 Student with best average is Timothy O. Thomas
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
