next up previous contents
Next: Solution Up: Arrays Previous: Solution

 

Array Element Ordering

Given

    REAL, DIMENSION(1:10)  :: ONE
    REAL, DIMENSION(2,0:2) :: TWO
    INTEGER, DIMENSION(-1:1,3,2) :: THREE
    REAL, DIMENSION(0:1,3) :: FOUR

Write down the array element order of each array.

Go back to Notes gif




next up previous contents
Next: Solution Up: Arrays Previous: Solution

©University of Liverpool, 1997
Thu May 29 10:11:26 BST 1997
Not for commercial use.