CJCoding With Joseph
15per day

Positive, Negative, or Zero (Input)

Read an integer and print Positive, Negative, or Zero using if/else if/else.

⚠️ IMPORTANT - AUTO-INPUT MODE:
This question uses automated input testing. The input stream will contain: '-3\n'

Expected Output:

Negative
Topics:
If StatementsUser Input
📥 Auto-Input:
-3\n
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 (sysout, psvm, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.