What will be the output of this Java snippet?
int a = 5; System.out.println(a++ + ++a);
11
12
10
13
This question is part of this quiz :