Computer Science for IGCSE & O level - Programming (Section 13 - No. 48)
What does the '%' operator represent in many programming languages?
Exponentiation
Division
Modulo (remainder)
Percentage
Explanation
The modulo (%) operator gives the remainder.
Comments (0)
