readLineSync(); reverseSentence(sentence); } void reverseSentence(String sentence) { /* Split the sentence into a list of words Reverse the ...
確定! 回上一頁