The following line declares a variable "values" that can point to an int array. The code does not allocate the array yet: int[] values; // declare an int ...
確定! 回上一頁