Question

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

Answers

There are no human answers yet.
Answered by GPT-4o mini
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.