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