public static void Main()
Console.WriteLine("Write as many numbers as you want, but when you write a zero I'll tell you how many numbers were even and how are odd.");
x= int.Parse(Console.ReadLine());
x= int.Parse(Console.ReadLine());
Console.WriteLine("You write even numbers: " +even);
Console.WriteLine("You write odd numbers: " +odd);