using system;
namespace task30248648
{
class mainclass
{
public static void main(string[] args)
{
string s = "hello world, hello world, hello world, hello world";
string so = "llo";
console.writeline(s.replace(so, ""));
}
}
}
Поделитесь своими знаниями, ответьте на вопрос: