<< Click to Display Table of Contents >> Arithmetic Operators |
|
All the arithmetic operators are often just called mathematical operators because they represent math. The result will always be the mathematical result of the expression.
▪+ (add)
▪– (subtract/negate)
▪* (multiply)
▪/ (divide)
▪% (modulo divide)
Example:
15 % 4
Result:
3