Computer Science, asked by ujjwa77, 8 months ago

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

Answered by miku090
22

Answer:

The flow Construct allows to choose statements to be executed, depending upon the

result of a condition.

Answered by setukumar345
0

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

Similar questions