What will be the output.?
class operators 
{
public static void main(String args[])
{
int x = 8;
System.out.println(++x * 3 + " " + x);
}
}

Posted on by