Computer Science for IGCSE & O level - Programming (Section 6 - No. 34)

What is the function of the `MOD` library routine?
Returns the remainder of a division.
Returns the quotient of a division.
Returns a random number.
Rounds a number to a given number of decimal places.

Explanation

`MOD` returns the remainder after division.

Comments (0)

Advertisement