Computer Science for IGCSE & O level - Programming (Section 14 - No. 41)

Which operator is used to get the remainder in division?
/
*
%
^

Explanation

The modulo operator (%) provides the remainder after integer division.

Comments (0)

Advertisement