✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
int a = 2, b;
b = (byte) a == 2? (a << 2 + 1): 0;
System.Console.WriteLine (b);
Вкажіть результат виведення на консоль після спроби запустити програму на компіляцію і виконання:
(**CharpBase**)