What does the following code print?
int n = 10; n--; System.out.println(n++);
Create a free account to access the full topic