Positive/Negative/Zero
Easy📝 Description
Check if number is positive, negative or zero
Input Format
A number
Output Format
String classification
Constraints
-10^9 ≤ number ≤ 10^9
🔍 Sample Input
-5
✅ Sample Output
Negative
Code Editor
Please login to run and submit code.
Results
Suggested Solution
Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run