In the example above my variables were $x = 5 and $y = 100. The + operator gave the sum of $x and $y. The operator - gave the difference of $x and $y. The operator / gave the quotient of $x and $y. And the operator * gave the product of $x and $y.