Hi team, This code gives the following output:
Learn, learn, and learn again! A rolling stone gathers no moss
Learn, learn, an, in!
//Learn, learn, and learn again!  - first parameter
//A rolling stone gathers no moss  - second parameter
but the judge keeps talking to me: Be sure that the addTo(String, String[]) method returns a StringBuilder object based on a string (first parameter) to which the strings in the array (second parameter) are added in order. Should it be like:
Learn, A rolling learn, stone and gathers learn no moss again!
or? Thank you in advance!