public static void Main()
Console.WriteLine("Welcome to MONTHS OR THE YEAR!");
Console.WriteLine("¿What´s your name?");
NombreUsuario = Console.ReadLine();
Console.WriteLine("WOW! THAT'S MY NAME TOO, NICE TO MEET YOU " + NombreUsuario + "!");
Console.WriteLine("Plese write the name of any month you want and I'11 tell you how many days it has.");
name = Console.ReadLine();
Console.WriteLine("The month of" +name+ "has 31 days.");
Console.WriteLine("The month of" +name+ "has 28 days.");
Console.WriteLine("The month of" +name+ "has 30 days.");