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



Posted on by