X125: repeatSeparator

Given two strings, word and a separator sep, return a big string made of count occurrences of the word, separated by the separator string.

Your Answer:

Reset

Practice a different Java exercise

Feedback

Your feedback will appear here when you check your answer.