This assignment will give you practice with interactive programs, if/else statements, and methods that return
values. Turn in a Java class named Grades in a file named Grades.java. You will be using a Scanner object
for console input, so you will need to import java.util.*; into your program...