Arithmetic operators perform mathematical operations on numeric operands involved.
The + and – operators can also be used in date arithmetic.
Operator Meaning
+ (Add) Addition
– (Subtract) Subtraction
* (Multiply) Multiplication
/ (Divide) Division
% (Modulo) Returns the integer remainder of a division. Ex :23 % 5 = 3.