Program in C Write a program in C to read a temperature in Fahrenheit and conver
ID: 3744176 • Letter: P
Question
Program in C
Write a program in C to read a temperature in Fahrenheit and convert it to centigrade. Then display a message saying it is boiling (if temp is greater than 212) or hot (if temp is greater than 90 F but below 212), or good (if temp is greater than 60 F but below 90) or (if temp is greater than 32 F but below 60) say it is cold, other than that it should say freezing. Use else if statements.