Skip to main content
Docs
Mod operator
Used to divide two numbers and return only the remainder. Syntax result = number1 Mod number2 The Mod operator syntax has these […]