✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
int a;
a = int.Parse (System.Console.ReadLine ());
if (a <= 12)
System.Console.Write( "Як погода?");
if (a <9)
System.Console.Write( "Сонце!");
else
System.Console.Write( "Дощ!");
Вкажіть з наведених нижче варіантів вводяться всі варіанти, при яких буде виведено повідомлення: "Як погода? Дощ!"
(**CharpBase**)