Lab: Functions

Task: Take your program from the if() lab, 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.