Modulus operator basically used to find a remainder when one number is divided by the other number.
for eg:-(5%2), gives the remainder 1.
4%2, gives the remainder 0.
Type: Posts; User: jackar56; Keyword(s):
Modulus operator basically used to find a remainder when one number is divided by the other number.
for eg:-(5%2), gives the remainder 1.
4%2, gives the remainder 0.