predict the output?
public class Sookshmas
{
public static void main (String args[])
{
int a=63, b=36;
boolean x = (ab) ? true : false;
int y= (ab)? a : b;
System.out.println(x);
System.out.println(y);
}
}



Posted on by