Write four functions:
- Adds the first number to the second one and returns the result
- Subtracts the second number from the first number and returns the result
- Multiplies first number by the second number
- Divides first number by the second number and returns the result