1.

What Is The Modulus Operator?

Answer»

The modulus OPERATOR outputs the remainder of a DIVISION. It MAKES use of the percentage (%) symbol. For example: 10 % 3 = 1, MEANING when you divide 10 by 3, the remainder is 1.

The modulus operator outputs the remainder of a division. It makes use of the percentage (%) symbol. For example: 10 % 3 = 1, meaning when you divide 10 by 3, the remainder is 1.



Discussion

No Comment Found