Computer Science for IGCSE & O level - Programming (Section 1 - No. 18)

In the example, what is the function of `MOD`?
To return the full division result
To return the remainder after division.
To generate random numbers.
To provide an output.

Explanation

`MOD` returns the remainder.

Comments (0)

Advertisement