Modulus Assignment Operator (%=)
Divides the value of a variable by the value of an expression, and assigns the remainder to the variable.
result %= expression
Show:
Divides the value of a variable by the value of an expression, and assigns the remainder to the variable.
result %= expression