We will reverse the string by accessing the string from its last character. To do so, we are starting a loop with initial value i = length – 1.
確定! 回上一頁