Computer Science
The .......... construct repeats a set of statements a specified number of times or as long as a condition is true.
- selection
- repetition
- sequence
- flow
Python Control Flow
25 Likes
Answer
repetition
Answered By
3 Likes
Related Questions
The order of statement execution in the form of top to bottom, is known as .......... construct.
The .......... construct allows to choose statements to be executed, depending upon the result of a condition.
Which of the following statements will make a selection construct?
Which of the following statements will make a repetition construct?