CJCoding With Joseph

Fever Check (No Input)

Create a double variable temperature set to 38.5 (body temperature in Celsius). If temperature >= 38.0, print You have a fever.

The expected output is:

You have a fever

Expected Output:

You have a fever
Topics:
If Statements
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (sysout, psvm, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.