What is the output of the following?
public void test(){int x=0;if(x){System.out.println(false);}else{System.out.println(true); }}
Reveal answer
Fill a bubble to check yourself
What is the output of the following?
public void test(){int x=0;if(x){System.out.println(false);}else{System.out.println(true); }}