add: questions for comparison and logical ops
This commit is contained in:
7
11-if/questions/3-if.md
Normal file
7
11-if/questions/3-if.md
Normal 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.
|
Reference in New Issue
Block a user