CJCoding With Joseph

Water State

Read a temperature in Celsius (a whole number) from input and print the state of water: 0 or below is Solid, 100 or above is Gas, and anything in between is Liquid. For example, for input 25, print:

Liquid

Expected Output:

Liquid
Topics:
If Statements
๐Ÿ“ฅ Auto-Input:
25
This input is automatically fed to your program's stdin
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.