int[,] A = new int[3,4]; If we created it like this, then the 2D array is created with 3 rows and 4 columns where the name of the array is ...
確定! 回上一頁