โ Back to If Statements
Question 93
Temperature Category
Temperature Category
Create int temp = 72. Use if/else if/else to print Warm if temp >= 70, Cool if temp >= 50, otherwise Cold. Expected Output: Warm
Expected Output:
Warm
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.