Arithmetic operators
Matching exercise
Match the items on the right to the items on the left.
Check
OK
+
-
*
++
--
adds two operands
subtract second operands from first
multiply two operand
Increment operator
Decrement operator -