Respuesta :

Answer:

Dual-Alternative Selection

Explanation:

If-else examples can also be called dual alternative selection because they contain the action taken when the tested condition is true and the action taken when it is false.

The dual alternative selection

requires one set of actions to be performed when the structure's condition evaluates to True, but a different set of action to be performed when the structure conditions evaluate to false.