Arithmetic Operators
Arithmetic operators are used to perform mathematical operations between numeric operands.
We know many of them from from school. They are things like addition +
, multiplication *
, subtraction -
, and so on. Arithemtic operators are something that we've all used before.
If we'd want to perform a mathematical operation, we'd want to use arithmetic operators.
Pretty straight forward right? Let's move on to comparison operators! :)