Challenge: Temperature Conversion
Test yourself and implement what you have learned so far in this chapter.
We'll cover the following...
Problem statement
You are given a variable, fahrenheit
, which stores a temperature in degrees Fahrenheit. You have to create a variable, celsius
, which converts the ...