Functions
Definition:
- A sequence of statements to be executed together to which a name has
been assigned.
- Functions can take and return values.
Purpose:
- Improve the readability of the program by hiding details in Functions.
- Create modules for section of code which are used repeatedly.
Last Modified 26 September 2000