using System;
public class Program
{
public static void Main()
Console.WriteLine("ingrese el numero");
string x = Console.ReadLine();
int n = Convert.ToInt32(x);
int i = 1;
while(i<=n)
}
else
Console.WriteLine("SI EL NUMERO ES PAR.");