Add a function called 'celsius_to_fahrenheit' that has the parameter temperature, an integer or float, and returns ((temperature*9)/5) + 32.
