%
Description
% is the module operator.
Example
6 % 2
This returns the remainder of dividing 6 by 2, which is 0.
Last updated
Was this helpful?
% is the module operator.
6 % 2
This returns the remainder of dividing 6 by 2, which is 0.
Last updated
Was this helpful?