CJCoding With Joseph

Positive, Negative, or Zero

Read a whole number and print Positive if it is greater than 0, Negative if it is less than 0, or Zero if it equals 0. For the input 5, print:

Positive

Expected Output:

Positive
Topics:
User Input
๐Ÿ“ฅ Auto-Input:
5
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.