public static void Main()
Console.WriteLine("Welcome to MONTHS OF THE YEAR!");
Console.WriteLine("What's your name?");
nombre = Console.ReadLine();
Console.WriteLine("WOW! THAT'S MY NAME TOO, NICE TO MEET YOU," +nombre+ " !");
Console.WriteLine("NICE TO MEET YOU, " + nombre +" !");
Console.WriteLine("Please write the name of any month you wantand I'll tell you how many days it has.");
mes = Console.ReadLine();
Console.WriteLine(mes +" has 30 days ");
Console.WriteLine(mes +" has 30 days ");