TG Telegram Group & Channel
Профессор Си | United States America (US)
Create: Update:

public class Program
{
public static string Repetition(string txt, int n)
{
return n == 0 ? "" : txt + Repetition(txt, n - 1);
}
}

#задача #ответ

public class Program
{
public static string Repetition(string txt, int n)
{
return n == 0 ? "" : txt + Repetition(txt, n - 1);
}
}

#задача #ответ
👍3🤨2


>>Click here to continue<<

Профессор Си




Share with your best friend
VIEW MORE

United States America Popular Telegram Group (US)