· Statement Functions
o Single line functions, non-executable
statement defined at the top of the
program.
o If computations can be written in one line
use Statement Function
· Function subprograms
o User defined function
o If computations require more than one line
use Function subprogram