Files
learngo/11-if/questions/3-if.md

12 lines
266 B
Markdown
Raw Normal View History

## 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.
>
>