Question: Write a program that prints messages for weather. The program will get Fahrenheit degree from user input and print out following messages on the screen:
Write a program that prints messages for weather. The program will get Fahrenheit degree from user input and print out following messages on the screen:
If temperature in Fahrenheit is over 100, print out message Give us Ice! we are almost dead!!.
If temperature in Fahrenheit is over 95, print out message It's too hot!.
If temperature in Fahrenheit is over 86, print out message It's still hot!.
If temperature in Fahrenheit is over 77, print out message It's O.K!.
If temperature in Fahrenheit is over 68, print out message It's good to do exercise!.
If temperature in Fahrenheit is over 50, print out message It'scool !.
If temperature in Fahrenheit is over 32, print out message It's chilly!.
If temperature in Fahrenheit is less than 32, print out message Its cold!.
use if... else if... else structure what we studied in the class.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
