Computer Science for IGCSE & O level - Programming (Section 15 - No. 44)

What does the modulo operator (%) calculate?
The quotient of a division.
The remainder of a division.
The product of a multiplication.
The result of exponentiation.

Explanation

The modulo operator provides the remainder of a division operation.

Comments (0)

Advertisement