public static void Main()
Console.WriteLine("Write as many numbers as you want, and once you write a zero, I'll tell you which number was the highest");
N = int.Parse(Console.ReadLine());
N = int.Parse(Console.ReadLine());
Console.WriteLine("The highest number is " + N1);