Arithmetic operators are used to performing arithmetic operations on data.
The arithmetic operators can operate on any built-in data type.
The arithmetic operators are :
+ | Addition operator |
− | Subtraction operator |
* | Multiplication operator |
/ | Division operator |
% | Modulo division operator |
0 Comments