public static void Main()
Console.WriteLine(" write as many numbers as you want but once you type a zero I will tell you how mny were even and how many were odd.");
num = int.Parse(Console.ReadLine());
Console.WriteLine("Please write a number");
num = int.Parse(Console.ReadLine());
Console.WriteLine("even numbers: "+ even);
Console.WriteLine("odd numbers: "+ odd);