Declare and define an array int intArray[] = new int[3]; · Using box brackets [] before the variable name int[] intArray = new int[3]; intArray[0] = 1; // Array ...
確定! 回上一頁