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

 

Rank, Extents etc.

Give the rank, bounds, size and shape of the arrays defined as follows:

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

Which two of the arrays are conformable?




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

Adam Marshall ©University of Liverpool, 1996
Fri Dec 6 14:10:26 GMT 1996