โ Back to User Input
Question 284
Positive, Negative, or Zero
Positive, Negative, or Zero
Read a whole number and printPositiveif it is greater than 0,Negativeif it is less than 0, orZeroif it equals 0. For the input5, print: Positive
Expected Output:
Positive
Topics:
User Input
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.