Задача 7.Repeat String от C# Lab: Methods
Здравейте,
Може ли цялото решение на задачата
благодаря
Write a method that receives a string and a repeat count n (integer). The method should return a new string (the old one repeated n times)
Example
Input |
Output |
abc 3 |
abcabcabc |
String 2 |
StringString |
Благодаря много