โ Back to User Input
Question 245
Positive, Negative, or Zero from Input
Positive, Negative, or Zero from Input
Read an integernfrom standard input. Printpositiveif it is greater than zero,negativeif it is less than zero, andzeroif it equals zero. Print the word in lowercase with no trailing newline. For example, if the input is5, print: positive
Expected Output:
positive
Topics:
User Input
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (p, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.