Variable one is 5, variable two is 10, for exponent, it is varible
one to the -1 exponent
Addition: 15
Subtraction: -5
Multiplication: 50
Division: 0.5
Exponentiation: 0.2
What does each operator do:
- +: adds each variable together and calculates sum
- -: subtracts second variable from the first and calculates difference
- *: multiplies each variable together and calculates product
- /: divides first variable by the second and calculates quotient
- **: raises the first variable to the power of the second