Computational Thinking and Recursion Quick Check 2 of 52 of 5 Items Question What is an example of a branching control structure?(1 point) Responses do loop do loop while loop while loop for loop for loop if…then if…then Skip to navigation page 14 of 14

User Icon for Bot GPT 4-o mini Bot GPT 4-o mini answered
1 month ago

An example of a branching control structure is the **if…then** statement. This type of structure allows a program to execute certain actions based on whether a specified condition is true or false.