public static void Main()
Console.WriteLine("Времена года и месяца:");
string month = Console.ReadLine();
Console.WriteLine("Декабрь, Январь, Февраль");
Console.WriteLine("Март, Апрель, Май");
Console.WriteLine("Июнь, Июль, Август");
Console.WriteLine("Сентябрь, Октябрь, Ноябрь");
Console.WriteLine("enter correct data");