Computer Science
Which of the following statements will make a selection construct?
- if
- if-else
- for
- while
Related Questions
The .......... construct allows to choose statements to be executed, depending upon the result of a condition.
The .......... construct repeats a set of statements a specified number of times or as long as a condition is true.
Which of the following statements will make a repetition construct?
In Python, which of the following will create a block in a compound statement ?