#include main () { float tc = 100.0; float tf; tf = 9.0/5.0*tc + 32.0; printf("%f celcius = %f fahrenheit\n", tc, tf); }