Computer Science for IGCSE & O level - Programming (Section 11 - No. 9)
What does the symbol '%' represent in programming contexts (as used in the provided image)?
Division
Modulo (remainder after division)
Multiplication
Percentage
Explanation
% denotes the modulo operator, which gives the remainder of a division.
Comments (0)
