Which of the following is a selection structure? (1 point)

Without the given options, I cannot determine the correct answer. Please provide the options for me to choose from.

A selection structure, also known as an "if statement," allows a program to make decisions based on a condition. This enables the program to execute different blocks of code depending on whether the condition is true or false. Therefore, the correct answer is an "if statement."