Arrays
DISCUSSION QUESTION How may arrays be declared?
DISCUSSION QUESTION Execute this subroutine on your computer with both bounds checking turned on and bounds checking turned off. What happens?
DISCUSSION QUESTION Determine the shape and size of the arrays specified by the following statements:
DISCUSSION QUESTION Determine which of the following Fortran program fragments are valid. For each valid statement, specify what will happen in the program. (Assume default typing for any variables that are not explicitly typed within the program fragments.)
DISCUSSION QUESTION What is meant by each of the following array terms? Size, shape, extent, rank, conformable.
DISCUSSION QUESTION Given an array my_array defined as shown, determine whether each of the following array sections is valid
DISCUSSION QUESTION What will the output from each of the WRITE statements in the following subroutine be? Why is the output of the two statements different?