Chapter Arrays Chapter 7 Arrays √ derived type; √ set of homogeneous elements; vcan be thought of as a simple variable with an index, or subscript, added. One-dimensional Arrays Two-dimensional Arrays Character Arrays
Chapter 8 Functions 1 Overview 2 Function Definition 3 The Return Statement 4 Arguments---Call By value 5 Function Invocation 6 Nested invocation and Recursion 7 Arrays as parameters 8 Storage classes of variables