public static void Main()
Console.WriteLine("Please write as many numbers you want and when you write zero I'll tell you the highest number");
n=int.Parse(Console.ReadLine());
Console.WriteLine("Write another number");
n=int.Parse(Console.ReadLine());
Console.WriteLine("The highest number is " + total);