What is the output of the program?

if(true && false && true || false)
System.out.println("True.");
else
System.out.println("False");

Posted on by