dataType[] arrayName = new dataType[arraySize];. Here, `dataType` is the type of data the array will store (such as int, float, char, etc.), ...
確定! 回上一頁