What is the output of the following code?
int ++a = 10;
System.out.println(++a);

Posted on by