public static void Main()
Console.WriteLine("Welcome to months of the year");
Console.WriteLine("Hi! what's your name?");
name = Console.ReadLine();
Console.WriteLine("Welcome Camila" );
Console.WriteLine("write the name of a month");
Console.WriteLine("October");
Console.WriteLine("October has 31 days" );
Console.WriteLine("see you bye");