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