What is the output of the following program?
class DC
{
public static void main(String args[])
{
boolean joker=true;
if(!joker)
System.out.println("If u are good at something,never do it for free");
else
System.out.println("Is it just me, or is it getting crazier out there");
}
}

Posted on by