public static void Main()
Console.WriteLine("UN NÚMERO POSITIVO, NULO O NEGATIVO");
Console.WriteLine("INTRODUCE UN NUMERO");
número=Convert.ToInt16(Console.ReadLine());
Console.WriteLine("EL NÚMERO ES POSITIVO");
Console.WriteLine("EL NÚMERO ES NEGATIVO");
{Console.WriteLine("EL NÚMERO ES NULO");