int[]arr = new int[shuruvelue];
代碼寫在方括號裏代表什麽,寫在外面代表什麽?
____________________________
Int -表示該數組是壹個整數數組。
Int [] arr-arr是方括號外的數組名稱。
new int[shuruvelue];- shuruvelue在方括號中,表示數組的維度(長度)。