Question: C++ Exercise #1: Write a program using if, else if, and else statements that will ask the user to input today's temperature. If the temperature
Exercise #1: Write a program using if, else if, and else statements that will ask the user to input today's temperature. If the temperature is above 80 degrees, display a message saying: "It is very hot today!" If the temperature is below 40 degrees, display a message saying: "It is very cold today!" If the temperature is between 40 and 80 degrees, display a message saying: "It is a beautiful day outside!" Test your program with the following user input: 20 40 50 80 100
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
