Predict the output??...
class kush
{
public static void main(String[] args)
{
int t=14;
System.out.println(t--*t--);
}
}

Posted on by