Pseudo code for CH 6 Program begins Fahrenheit and celcius variables are indtroduced User input temperature in fahrenheit Conversion to celcius is done. Celcius = 5.0/9.0 * (fahreheit - 32) User is informed of the result.