Here's how: // Create an array with room for 100 integers int[] nums = new int[100]; // Fill it with numbers using a for-loop for (int i = 0 ...
確定! 回上一頁