Font-size: A A A
This is the modulus operator which returns the integer remainder of dividing the preceding operand by the one following it.
x = 9 % 7;
This example assigns the value 2 to the variable 'x'.