Answers for "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."

0

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.
Posted by: Guest on September-01-2021

Code answers related to "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."

Browse Popular Code Answers by Language