Timothy Yang - Activity 3

10 + 5 = 15
10 - 5 = 5
10 * 5 = 50
10 / 5 = 2

Addition (+) adds two numbers together.

Subtraction (-) subtracts the right number from the left number.

Multiplication (*) multiplies two values.

Division (/) divides the left number by the right number.

Modulus (%) gives the remainder after division.

Increment (++): increases a number by 1.

Decrement (--): decreases a number by 1.