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