In tutorial 3, we cover the first part of flow control. Flow control is what allows us to tell a program how or what we want to execute, given certain conditions. This tutorial covers if
statements, if-else
statements, and while
loops.
In tutorial 3, we cover the first part of flow control. Flow control is what allows us to tell a program how or what we want to execute, given certain conditions. This tutorial covers if
statements, if-else
statements, and while
loops.