public static void Main()
Console.WriteLine("Welcome to Months of the Year");
Console.WriteLine("What's your name");
name = Console.ReadLine();
Console.WriteLine("OMG! Thats my name too! Nice to meet you, " + name + "!");
Console.WriteLine("Please write the name of any month of the year, and I will tell you how many days it has:");
Month = Console.ReadLine();
Console.WriteLine(Month + " has 31 days");
Console.WriteLine(Month + " has 28 days");
Console.WriteLine(Month + " has 31 days");
Console.WriteLine(Month + " has 31 days");
Console.WriteLine(Month + " has 31 days");