add: questions for comparison and logical ops

This commit is contained in:
Inanc Gumus
2018-10-19 20:03:13 +03:00
parent e4f3be01e4
commit eb8d68981a
5 changed files with 263 additions and 4 deletions

7
11-if/questions/3-if.md Normal file
View File

@ -0,0 +1,7 @@
## 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*
> 1. You can't change that.
> 2. You can't change that.