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