public static void Main()
Console.WriteLine("Write as many numbers as you want but once you write a zero I’ll tell you the highest");
num = int.Parse(Console.ReadLine());
num = int.Parse(Console.ReadLine());
Console.WriteLine("The highest number is " + max);