โ Back to If Statements
Question 373
Fever Check
Fever Check
Read adoubletemperature (a body temperature in degrees Fahrenheit). A temperature of 100.4 or higher counts as a fever. PrintFeverif the temperature is at least 100.4, otherwise printNormal. For example, given the input101.2, the program prints: Fever
Expected Output:
Fever
Topics:
If Statements
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cout, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.