Computer Science for IGCSE & O level - Programming (Section 9 - No. 13)

If `Value1 = MOD(20, 3)`, what is the value of `Value1`?
20
3
6
2

Explanation

The `MOD` function returns the remainder of the division. 20 divided by 3 is 6 with a remainder of 2.

Comments (0)

Advertisement