logo CodeStepByStep logo

You are working on problem set: Small Problems 5A ( Pause)

repeat

Language/Type: Java string parameters return
Related Links:

Write a method named repeat that accepts a string and a number of repetitions as parameters and returns the string concatenated that many times. For example, the call of repeat("hello", 3) returns "hellohellohello". If the number of repetitions is 0 or less, return an empty string.

Method: Write a Java method as described, not a complete program or class.

You must log in before you can solve this problem.

Log In

Need help?

Stuck on an exercise? .

If something seems wrong with our site, please

Is there a problem? Contact us.