Arithmetic Operators

Use the arithmetic operators to perform mathematical computations.

  • + (addition)
  • - (subtraction)
  • * (multiplication)
  • / (division)
  • % (modulus operator)
  • ++ (increment)
  • -- (decrement)