بيان المشكلة
Write a C program that reads an integer from the user and determines whether it is positive, negative, or zero. If the number is greater than zero, print "Positive". If the number is less than zero, print "Negative". If the number is exactly zero, print "Zero".
Hint: Remember that zero is neither positive nor negative.