What is the output of the following code?
if(true && false && true || false)
    System.out.println("CSK");
else
    System.out.println("RCB");



Posted on by