public static void Main()
Console.WriteLine("Write as many numbers as you wants but once you types a zero I'll tell you how many numbers were even and how many numbers were odd. ");num = int.Parse(Console.ReadLine());
num = int.Parse(Console.ReadLine());
Console.WriteLine("EVEN: " +even);
Console.WriteLine("ODD: " +odd);