Fahrenheit to Celsius - Convert degrees Fahrenheit to degrees Celsius . . . The Fahrenheit to Celsius block computes the output temperature in degrees Celsius from the input temperature in degrees Fahrenheit T C = (5 9)( T F − 32) T F is the temperature in degrees Fahrenheit and T C is the temperature in degrees Celsius
Celsius to Fahrenheit - Convert degrees Celsius to degrees Fahrenheit . . . The Celsius to Fahrenheit block computes the output temperature in degrees Fahrenheit from the input temperature in degrees Celsius T F = (9 5) T C + 32 T C is the temperature in degrees Celsius and T F is the temperature in degrees Fahrenheit
I am working on homework. I am to prompt user for temperature in . . . I am to prompt user for temperature in Celsius and then ask them to choose if they want it converted to Farenheit or Kelvin I have this so far It promted user for temp in C and converted to F before I started to add a while loop, which is how I was thinking to get the user to choose the input, I also made the display a comment while I play