Under main create and set fahrenheit to 0 create and set celcius to 0 output "enter temperature in fahrenheit" input fahrenheit set celcius ro 5.0/9.0*(fahrenheit-32) output fahrenheit to "degrees F=" output celcius to "degrees C"