Yes your along the right track, n gives you the number of ints in the array. If n is 0 the array is empty, but should use if(n > 0) so you ...
確定! 回上一頁