1. Introduction to subprograms
Computer programs can get quite complicated, once you have laid out every task they need to carry out. This is why it is very important that the code is written in a well structured manner.
Subprograms are a key tool for producing neat, efficient, structured code. They are also known as procedures, subroutines or functions.
This section will explain what these are and how to use them.