public static void Main()
string [] months = new string[3];
Console.WriteLine("Please enter month name");
months[i]=Console.ReadLine();
Console.WriteLine("This is the end of the program");
Console.WriteLine("The month at location " + i + " is " + months[i]);