4. Name the two types of flow of control.
Answers
Answered by
1
Answer:
There are (at least) seven types of flow:
Sequencing (do this THEN this THEN this ...)
Selection (if, unless, switch, case, ...)
Iteration (for, while, repeat, until, ...)
Procedural Abstraction (subroutine call)
Recursion (you know what this is)
Explanation:
- ok
Answered by
1
Explanation:
1) Selection (if, unless, switch, case, ...)
2) Iteration (for, while, repeat, until
Similar questions