public static void Main()
Console.WriteLine("Welcome to Months of The Year");
Console.WriteLine("What is your name?");
Console.WriteLine("Wow! That's my name too, nice to meet you, " + N + "!");
Console.WriteLine("Nice to meet you, " + N);
Console.WriteLine("Give me a month and I'll answer how many days it has");
Console.WriteLine(M + " has 31 days");
Console.WriteLine("Goodbye!");
Console.WriteLine(M + " has 30 days");
Console.WriteLine("Goodbye!");
Console.WriteLine(M + " has 28 or 29 days");
Console.WriteLine("Goodbye!");
Console.WriteLine("Try again!");