Question: Write the following code in C Write a program that asks the user for the temperature and prints a message that indicates if it's hot,
Write the following code in C
Write a program that asks the user for the temperature and prints a message that indicates if it's hot, cool or cold. The user may enter the temperature either in Fahrenheit or in Celsius. Below are the intervals. Use nested if-else statements in your code. Fahrenheit Celsius Hot: T >= 80 Cool: 65
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
