Enter temperature in Fahrenheit: 212 212 degrees F = 100 degrees C -----PSEUDOCODE----- PROGRAM START | V Define float variables for fahrenheit and celcius | V Get a fahrenheit value from the user | V Convert that value to celcius | V Print the conversion to the console | V PROGRAM END