8. write a program using switch-case statements that ask a userto enter a temperature value in degrees Fahrenheit (In yourprogram, use an integer to record the user’s entry. If thetemperature falls between 0 and 96 make it print “Temperature belownormalâ€. If the temperature is 97, 98, make it “Temperaturenormalâ€. If the temperature is between 100 and 150, print “You havea feverâ€. If the temperature is outside the ranges given above,display “Are you humanâ€.
Please write in C++