MODULO calculates the value modulo division by the second argument
MATH
MODULO value1 value2
value1 - value to divide
value2 - value to divide by
This method has no refinements
MODULO calculates the value modulo division by the second argument
write/line modulo 11 4
Result 3
Does not work correct with negative numbers.
To be done. No other related method names assigned yet.