โ Back to If Statements
Question 335
Freezing Point Check (No Input)
Freezing Point Check (No Input)
Create anintvariabletemperatureset to-3(degrees Celsius). Iftemperature <= 0, printWater is frozen. The expected output is: Water is frozen
Expected Output:
Water is frozen
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.