package test01; public class Test03 { public static void main(String[] args){ boolean b=true?false:true==true?false:true; System.out.println(b); }}