Computer Science
What is the importance of the three programming constructs?
Python Control Flow
32 Likes
Answer
The importance of the three programming constructs is a given below:
- Sequence — Statements get executed sequentially.
- Selection — Execution of statements depends on a condition test.
- Repetition\Iteration — Repetition of a set of statements depends on a condition test.
Answered By
18 Likes