// testando operador && (OK) class m { public static void main(String[] args) { if ( true && true ) System.out.println(1); } }