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++