To reverse the elements of an array, we swap the first element of the array with the last element, the second element with the second last element, and so on.
確定! 回上一頁