ARITHMETIC OPERATORS

 

ARITHMETIC OPERATORS


These operators are responsible for performing arithmetic or mathematical operations like addition (+), subtraction (-), multiplication (*), division (/), the remainder of the division (%), increment (++), and decrement (–-). 

An arithmetic operator is a mathematical function that takes two operands and performs a calculation on them. They are used in common arithmetic and most computer languages contain a set of such operators that can be used within equations to perform a number of types of sequential calculation. Basic arithmetic operators include:

  



Techopedia Explains Arithmetic Operator

Arithmetic operators have been used in mathematics formulas and numeric calculations for centuries. They form the basis for determining the outcome of calculated numbers or products. Their use is linear; each operator is performed in sequence, with multiplication and division taking place before addition and subtraction.

Arithmetic symbols such as the % have different meanings when used in computing and are dependent on the language in question. Arithmetic operators are responsible for performing most calculations that use values such as: Although labeled arithmetic operators, these operators are used in algebra and a number of other mathematical concepts, but retain the same function wherever they are used.

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.