Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Wednesday, January 22, 2014

What is Arithmetic Operators ?

Arithmetic operators are a type of operators. It is used to perform some arithmetic operation on the variables like as addition, subtraction, multiplication etc.
It works with one and two operands.
List of Arithmetic operators are as follows:

Operator
Definition
+
Addition or plus
-
Subtraction or minus
*
Multiplication
/
Division
%
Modulo
^
Caret (power)


No comments:

Post a Comment