Computer Science for IGCSE & O level - Programming (Section 9 - No. 14)
What is the result of the following operation: 10 % 3?
1
3
3.33
0
Explanation
The modulo operator (%) gives the remainder of a division. 10 divided by 3 is 3 with a remainder of 1.
Comments (0)
