Given an integer NNN, determine its sign. If N>0N > 0N>0, output positive; if N=0N = 0N=0, output zero; if N<0N < 0N<0, output negative.
positive
zero
negative
An integer NNN (−109≤N≤109-10^9 \leq N \leq 10^9−109≤N≤109).
If N>0N > 0N>0, output positive; If N=0N = 0N=0, output zero; If N<0N < 0N<0, output negative.
1
Using your Hydro universal account