%
Find the remainder(modulus) of one number divided by another Examples: 5 % 2 -- Result: "1" 4 % 2 -- Result: "0"
number, number -> number