Arithmetic operators

Matching exercise

    
Match the items on the right to the items on the left.
+
-
*
++
--
adds two operands
subtract second operands from first
multiply two operand
Increment operator
Decrement operator -