Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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:

...