Find the output??...
class quiz
{
public static void main(String[] args)
{
int a=4;
int b=3;
int total=a+(a5?++b:--b);
System.out.println(total);
}
}

Posted on by