%
Returns the remainder of the division of this integer with the other integer.
Syntax
anInteger % anotherInteger
Parameters
anotherInteger - Integer
The second integer.
Return Value
The remainder of the division of this integer with the other integer.