Predict the output?
class teo
{
public static void main(String[] args)
{
int a=60,b=60, result;
result=(ab)?a:b;
System.out.println(result);
}
}


Posted on by