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

If `Value2 = DIV(17, 3)`, what is the value of `Value2`?
17
3
5.666...
5

Explanation

The `DIV` function returns the whole number part of a division. 17 divided by 3 is 5 with a remainder of 2.

Comments (0)

Advertisement