int array[2][3] = {5, 3, 5, 8, 5, 4};. 2 Dimensional Arrays Program in C / C++. #include<iostream> using namespace std; int main() { // an array with 3 rows ...
確定! 回上一頁