Remainder of division

Report a typo

What does the following code print?

int a = 16;
int b = 4;
int remainder = --a % b++;
System.out.println(remainder);
Select one option from the list
___

Create a free account to access the full topic