Branches and Loops Flashcards
1
Q
What’s the difference between a branch and a loop?
A
- Branch is an instruction that piece of code depending on conditions within a program.
- Looping is also an instruction that will execute piece of code but will keep executing until a condition is met.