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 many were prime");
x = int.Parse(Console.ReadLine());
for (int i = 1; i <= x; i++)
x = int.Parse(Console.ReadLine());
Console.WriteLine("PRIME numbers: " + p);