public static void Main()
Console.WriteLine("Hello Welcome to months of the year");
Console.WriteLine("Whats your name?");
name = Console.ReadLine();
Console.WriteLine("No wayb thats my name too");
Console.WriteLine("nice to meet you" + name);
Console.WriteLine("hey write a month of the year");
month = Console.ReadLine();
Console.WriteLine( month + " has 31 days");
Console.WriteLine( month + "has 30 days");
Console.WriteLine( month + "Has 28 - 29 days ");
Console.WriteLine("Try again please");
Console.WriteLine("Goodbye!");