Advantages of functions
- The code you write can be re-used which makes coding quicker.
- If you give your code sensible names, then it can make your code easier to read
- Functions make code easier to debug ( because you know where to look if there is a problem)