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