Question: c++ Exercise 1 if-else if-else with temperatura Ask user to enter a temperature value (use double for temperature). If the temperature entered is above 72,
Exercise 1 if-else if-else with temperatura Ask user to enter a temperature value (use double for temperature). If the temperature entered is above 72, print Hot weather, if the temperature is between 62 and 72 print Mild weather, if it is between 32 and 62 print Cold weather, otherwise if it is below 32 print Freezing
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
