KnowledgeBoat Logo

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:

  1. Sequence — Statements get executed sequentially.
  2. Selection — Execution of statements depends on a condition test.
  3. Repetition\Iteration — Repetition of a set of statements depends on a condition test.

Answered By

18 Likes


Related Questions