Celsius to Fahrenheit
Solution
....- Create a variable
$celsius
with value 25 - Use the formula
Fahrenheit = ((9/5) * Celsius) + 32
to calculate the corresponding temperature in Fahrenheit - Show the result
- Change the value of the variable
$celsius
to see some other temperature conversions