Files
learngo/11-if/questions/3-if.md
2018-10-19 20:31:10 +03:00

266 B

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.