Program DreamPD
Program Dreamโ€ข5y ago
<Tim>

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:
5 / 3 = 1 + 2/3 --> remainder is 2 --> 5 % 3 = 2
Was this page helpful?