Exercise: Celsius to Fahrenheit
Let's convert temperature in Celsius to Fahrenheit using a function!
We'll cover the following...
Problem Statement
In this exercise, you must create the convertTemp()
function which converts temperature from Celsius to Fahrenheit.
Here is the conversion formula:
...