In the example below we create an Array to hold 3 integers, and then assign values to indices 0 and 2. After that we print the values. int[] numbers = new int ...
確定! 回上一頁