Write a program that reads a number and prints whether it is zero, even, has a single digit (positive or negative).
a. Scan the number and check if it is zero.
b. Determine if the number is even or odd.
c. Check if the number has a single digit.
d. Print whether the number is positive or negative.