Arithmetic Operators are used to perform arithmetic operations like addition, subtraction, multiplication, division etc.
Arithmetic Operators are:
|
Used to add values of two or more variables |
|
Used to subtract values of two or more variables |
|
It divides one variable by another and return quotient. |
|
It is used to multiply values of two or more variables |
|
It divides one variable by another and returns remainder. |