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
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.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
