Playing Compiler
Determine which of the following Java statements/segments are incorrect. If a statement is correct, give the output. If incorrect, explain why.
a. System.out.print ("May 13, 1988 fell on day number ");
b. 
c. System.out.print ("Check out this line ");
d. System.out.println( "//hello there " + '9' + 7 );
e. System.out.print( 'H' + 'I' + " is " + 1 + "more example");
f. System.out.print( 'H' + 6.5 + 'I' + " is " + 1 + "more example");
g. System.out.print("Print both of us", "Me too");
h. System.out.print( "Reverse " + 'I' + 'T' );
i. System.out.print("No! Here is" + 1 + "more example");
j. System.out.println ("Here is " + 10*10)) // that’s 100 ;
k. System.out.println("Not x is " + true); // that’s true.
l. System.out.print();
m. System.out.println;
n. System.out.print("How about this one" + '?' + 'Huh? ' );
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.