public static void Main()
Console.WriteLine("Write as many numbers as you want but once you write 0, I'll tell you the average of all the numbers you wrote before writing zero");
a = int.Parse(Console.ReadLine());
a = int.Parse(Console.ReadLine());
a = int.Parse(Console.ReadLine());
Console.WriteLine("Even numbers: " + b );
Console.WriteLine("Odd numbers: " + c );