✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
string [] s = @ "a \ tb c! \ td" .Split ( '', '!');
System.Console.WriteLine (s [0] + "*" + s [1] + "*" + s [2] + "*" + s [3]);
Вкажіть результати виведення на консоль після спроби запустити програму на компіляцію і виконання:
(**CharpBase**)