
The image contains 6 blocks and all the elements are center aligned. Block 1: 0, 1, 2. It is labeled “Indexes”. Block 2: 1855, 1648, 1420. It is labeled “Values”. Block 1 to Block 2 are refer to "years variable".
There are 4 blocks below the Block 2 that are altogether labeled as month. Block 3: Row 1 elements are as follows: 0, 1, 2, 3, 4. Row 2 elements are as follows: Mon, Tue, Wed, Thu, Fri.
A two dimensional array element labeled month, first subscript written as open square bracket 0 close square bracket points to complete Block 3, second subscript written as open square bracket 3 close square bracket points to Block 3 Column 4 that has elements 3, Thu.
Block 4: Row 1: 0, 1, 2, 3, 4. Row 2: Mon, Tue, Wed, Thu, Fri. It is labeled “1”. Block 5: Row 1: 0, 1, 2, 3, 4. Row 2: Mon, Tue, Wed, Thu, Fri. It is labeled “2”. Block 6: Row 1: 0, 1, 2, 3, 4. Row 2: Mon, Tue, Wed, Thu, Fri.
A two dimensional array element labeled month, first subscript written as open square bracket 3 close square bracket points to complete Block 6, second subscript written as open square bracket 2 close square bracket points to Block 6 Column 3 that has elements 2, Wed.
Back