โ Back to Methods
Question 149
Repeat String Method
Repeat String Method
Complete the static method Repeat so it returns the given text repeated n times. Do NOT write a Main method.
For Repeat("ab", 3) the program prints ababab.Expected Output:
ababab
Topics:
Methods
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.