System Console Complete
What is wrong with my java code?
Here is a program that reads in two int values. Complete the program to print the value great in the console. (In case of a tie, either will do.) MyTestProgram public class (public static void main (String [] args) (Scanner console = new Scanner (System.in); System.out.println [...]
