SyntaxFix
Write A Post
Hire A Developer
Questions
Division is performed using the / operator:
/
result = a / b;
Modulo division is done using the % operator:
%
result = a % b;