public static void main (String[ ] args){
int x = 5;
x++;
x = (x + 7 );
System.out.println(x);
}
What is the output of the following code?

Posted on by