/* 9/11/2019 Process some grades and use if stmt to have the pgm behave differently depending on the grades. illustrate: if stmt, compound stmt, relational and logical operators else, and if-else-if */ import java.util.Scanner; /** Problem: */ public class Grades { public static void main(String[] args) { }