Program Structure


Your program should have the following form:
PROGRAM    program-name
   IMPLICIT   NONE
   [specification part]
   [execution part]
   [subprogram part]
END PROGRAM program-name

Here are some addition notes: