5 + 3 = 8
This demonstrates the addition operator
5 - 3 = 2
This demonstrates the subtraction operator
5 * 3 = 15
This demonstrates the multiplication operator
5 / 3 = 1.6666666666667
This demonstrates the division operator