Find the output of the following code.

int ++a = 100;
System.out.println(++a);

Posted on by