...
An operator is a symbol that tells the computer to perform a particular arithmetic math or logic operation. Some of the most common operators are:
+ Addition
/ DevisionDivision
- Subtraction
* Multiplacation Multiplication
These you already know but there are some very useful arithmetic operators you may not have seen in the following example:
...