C# Fundamentals - Strings and Text Processing - More Exercises - 05. String Commander - моля за разяснение по условието
Здравейте,
Решавам задача 05. String Commander
От Strings and Text Processing - More Exercises.
Условието може да видите тук : https://judge.softuni.bg/Contests/443/Strings-and-Text-Processing-More-Exercises
Трябва ми малко помощ по условието относно частта
- "Left {count} times" – this command moves all elements left count times. On each roll, the first element is placed at the end of the string.
- "Right {count} times" – this command moves all elements left count times. On each roll, the last element is placed at the beginning of the string.
Ако текста е SoftUni и Left{2} times, какъв ще бъде резултата.
Ако текстса е SoftUniIsTheBestAcademy Left{3} times, какъв ще бъде резултата.
Предполагам Right ще е аналогично, но на дясно.
Благодаря предварително!!!