Consider that your series of "if" statements to evaluate the grade is outside of the loop where "Grade" is being entered.
Also be aware that you should use .equals() or .equalsIgnoreCase() to test string equivalence. Do not use == .
Ezzaral
Posting Genius
15,986 posts since May 2007
Reputation Points: 3,250
Solved Threads: 847