write a program to read the average temperature of a day in fahrenheit to print. “nice day” if the temperature is greater than 60 but less than 80. “cold day” if the temperature is 60 or lower. “hot day” if the temperature is 80 higher.
Write a program to read the average temperature of a day in Fahrenheit to print.
“Nice day” if the temperature is greater than 60 but less than 80.
“Cold day” if the temperature is 60 or lower.
“Hot day” if the temperature is 80 higher.