Which of the following is a selection structure?(1 point) Responses do do if if for for while while

1 answer

The selection structure in programming is represented by the if statement. Therefore, the answer is if.

Selection structures allow the program to choose different paths of execution based on certain conditions.