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