What is an example of a branching control structure?(1 point)

Responses

while loop
while loop

for loop
for loop

do loop
do loop

if…then

1 answer

The example of a branching control structure is if…then.