Functions
In the first week, you were introduced to state. In the second week, you were introduced to iteration, one of the more difficult programming constructs to grasp. In the third week, we discussed another programming construct: selection. Last week, we reinforced these topics while incorporating file handling. This week, we will use functions to produce an organised, maintainable word search puzzle program.
If you can develop a solution that utilises functions without help, attempt this now. If you would like some assistance, then work through this lab script. By the end, you will have created your own word search puzzle program!