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