The first index of an array is zero, not one. So the first element is retrieved with listOfNumbers[0] . Zero-based counting has a long tradition in technology ...
確定! 回上一頁