比如repl(”hello”, 3) should return”hellohellohello”.
repl里面return,
不是return word
而是return concatenate
你这个代码看起来甚是奇怪首先类里直接有执行语句,int和String类型用*号计算?然后你也没有调用repl方法。按照你的需求角度的话,这个代码不太通