In a(n) ________ selection control structure, one path is taken if a condition is true and the other path is taken if the condition is false. boolean

Respuesta :

It is useful to make a decision or comparison and then based on the result of that decision or comparison to select one of two paths and that condition must result in either true or false .

If condition is true then the program perform one set of task and if condition is false there may or may not be different sets of task to performs.When particular condition is true and ignore when condition is false is called Decision control structure.

In a decision selection control structure , one path is taken if a condition,Selection control structure which conditional statement  of programming language which perform different computations.

To learn more about the programming language here

https://brainly.com/question/23959041

#SPJ4