Challenge: Temperature Conversion
Test yourself and implement what you have learned so far in this challenge.
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 temperature ...