boolean flag = true; if (!flag) { System.out.println("A"); } else { System.out.println("B"); }
,
No output
Compilation Error
B
A