the remainder of an integer division is what you get when you use the modulo operator. For example:
the remainder of an integer division is what you get when you use the modulo operator.
For example:
For example:
5 / 3 = 1 + 2/3 --> remainder is 2 --> 5 % 3 = 25 / 3 = 1 + 2/3 --> remainder is 2 --> 5 % 3 = 2