✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
string [] words = new string [] { "ІНФОМАРТИКА", "МІНСК"};
string s = "";
s = s + words [1] [0] + words [0] [8] + 'Р';
System.Console.Write(s);
Вкажіть результат виведення на консоль після виконання методу Main():
(**CharpBase**)