Problem
Write complete program that will ask the user for the current temperature. The program should print a message on the screen indicating that it is too hot if the temperature is above 80, too cold if it is below 60 and just right if the temperature is in the middle. Can this program be done using a switch statement, why or why not?