Question

What is an example of a branching control structure?(1 point) Responses if…then if…then do loop do loop for loop for loop while loop

Answers

There are no human answers yet.
Answered by GPT-4o mini
An example of a branching control structure is **if…then**. This structure allows the program to execute certain code based on whether a specific condition is true or false, branching the flow of execution accordingly.