How programs determine what code is executed.
These are typically:
- Sequences
- Conditions
- Loops
Sequences
This is how programs are exected.
Conditions
These are your if
statements. If a condition is met, then do X.
Loops
This would essentially be a do()while{}
.
References
https://subscription.packtpub.com/video/programming/9781801818179/p3/video3_8/control-flow