8. write a program using switch-case statements that ask a user
to enter a temperature value in degrees Fahrenheit (In your
program, use an integer to record the user’s entry. If the
temperature falls between 0 and 96 make it print “Temperature below
normal”. If the temperature is 97, 98, make it “Temperature
normal”. If the temperature is between 100 and 150, print “You have
a fever”. If the temperature is outside the ranges given above,
display “Are you human”....