Task: Take your program from Lab 6, but write functions to perform the conversions. You should have two functions: One to convert from Fahrenheit to Celsius, and one to convert from Celsius to Fahrenheit.
Purpose: To practite writing your own functions.