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