C++ Array Nested

Objectives :

  • myArrayTwoD2.cpp
    Array nested , similar to the document myNestedArrya1.htm
    Used different approached as shown below
    double n1[row][column] = {{1,2,3},
    {5,6,7,8},
    {9,10,12}};
  • code: myArrayTwoD2.txt

Step: 1 Create a source file.

Step: 3 Edit and save Source file

Step: 3 Runtime Views:

Step: