Arithmetic operators

The arithmetic operators (* / + -) combine two numeric values using multiplication, division, addition, and subtraction. The following operations all result in the numeric value 16:

4 * 4
64 / 4
12 + 4
20 - 4