public static void Main()
Console.WriteLine("enter the number");
int n = Int32.Parse(Console.ReadLine());
Console.WriteLine(" it is a zero. it is a neither positive nor negative number" );
Console.WriteLine(" it is positive");
Console.WriteLine (" it is negative ");