Answer

Elsewhere in the program, there is the following format statement:

 100  FORMAT (I4)

The part in parentheses (I4) tells Fortran that the argument should be printed out as an integer occupying four spaces.

Return to lesson.



Hamlet Project
hamlet@cs.utah.edu