%

Description

% is the module operator.

Example

6 % 2

This returns the remainder of dividing 6 by 2, which is 0.

Last updated