Write a program that reads a number and prints whether it is zero, even, or has a single digit (positive or negative).
1) The number is zero
2) The number is even
3) The number has a single digit (positive or negative)
4) None of the above