Recap - Basic programming building blocks
Time for a quick recap!
Summary:
- A reminder: programming is not just about coding. Always remember to understand the problem first.
- A summary of the basic building blocks of structured programs:
- Simple statement
- Selection
- Repetition
- You can write most programs with just these basic building blocks.
We will go through each of these building blocks in more detail when we officially start the course.