2018-10-19 20:03:13 +03:00
|
|
|
## What does control flow mean?
|
|
|
|
1. Changing the top-to-bottom execution of a program
|
|
|
|
2. Changing the left-to-right execution of a program
|
|
|
|
3. Controlling which statements are executed *CORRECT*
|
|
|
|
|
2018-10-19 20:31:10 +03:00
|
|
|
> **1:** You can't change that.
|
|
|
|
>
|
|
|
|
>
|
|
|
|
> **2:** You can't change that.
|
|
|
|
>
|
|
|
|
>
|