Enter the result

Report a typo

What does the following code print?

int n = 10;
n--;
System.out.println(n++);
Enter a number

Create a free account to access the full topic