public static void Main()
Console.WriteLine("Write as many numbers as you wants but once you types a zero I'll will stop the program and tell you how many numbers were written");
x = int.Parse(Console.ReadLine());
x = int.Parse(Console.ReadLine());
Console.WriteLine("Your higher number " + total );