public static void Main()
Console.WriteLine("Введіть порядковий номер місяця");
int a=Convert.ToInt32(Console.ReadLine());
case 2: Console.WriteLine("Зима");
case 5: Console.WriteLine("Весна");
case 8: Console.WriteLine("Літо");
case 11: Console.WriteLine("Осінь");
default: Console.WriteLine("Помилка");