Positive, Negative or Zero
EasyWrite a program that takes an integer as input. If the number is greater than 0, output "Positive". If it is less than 0, output "Negative". If it is 0, output "Zero".
Example Input
5
Example Output
Positive
0% (0 passed / 0 attempted)