The …………………. Construct allows to choose statements to be executed, depending upon the
result of a condition
a. selection b. repetition
c.sequence d. flow
Answers
Answer:
The flow Construct allows to choose statements to be executed, depending upon the
result of a condition.
Concept Introduction:
Programming's selection construct runs a block of code only when a precondition is true. There are times in programming when a choice must be made. Making a decision is the process to select. The decision's outcome affects the next step the program will take.
Explanation:
We have been given a multiple-choice question.
We have to find the correct option.
A program can test many conditions using selection statements and then carry out actions according to which circumstance is true. The term "conditional statement" is also used to refer to selection statements because of this.
Final Answer:
The selection construct allows chosen statements to be executed, depending upon the result of a condition.
#SPJ3