Computer Science, asked by expressionQueen2020, 7 months ago

4. Name the two types of flow of control.​

Answers

Answered by SainiEknoor
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 deepak33387
1

Explanation:

1) Selection (if, unless, switch, case, ...)

2) Iteration (for, while, repeat, until

Similar questions