Asked by Jenna Wright on Jun 10, 2024

verifed

Verified

A program uses selection to implement a branch.

Selection

The process of choosing or making a choice from a range of options.

  • Understand and use selection control structures for conditional execution of code blocks.
verifed

Verified Answer

JT
Jasmine TulshiJun 11, 2024
Final Answer :
True
Explanation :
Selection statements, such as if/else or switch, allow a program to take different branches of code depending on certain conditions. This can be used to implement a branch in a program.