Number Sign

Easy

📝 Description

Check if a number is positive, negative or zero

Input Format

A single number

Output Format

"positive", "negative" or "zero"

Constraints

Number between -1000 and 1000

🔍 Sample Input

-5
            

✅ Sample Output

negative
            

Code Editor

Please login to run and submit code.

Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run