create variables for fahrenheit and celcius and set them to 0; print a message requesting user input a temp in degrees F; store user input to fahrenheit variable; convert fahrenheit var to celcius and store in celcius var; print out degrees F and degrees C with respective variables and create a new line; end