What is the result?

Given the code fragment:
int b = 3;
if ( !(b > 3)) {
System.out.println("square "); }{
System.out.println("circle ");
}
System.out.println("…");
What is the result?
A. square…
B. circle…
C. squarecircle…
D. Compilation fails.

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.