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