CJCoding With Joseph

Freezing Point Check (No Input)

Create an int variable temperature set to -3 (degrees Celsius). If temperature <= 0, print Water 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.