Asked by .,

A program will recommend a movie to the user based on the input that the user provides about their interests. This program is an example of which of these structures?

(1 point)
Responses

sequence

sequence

selection

selection

iteration

iteration

a flowchart

a flowchart

All Answers 1

Answered by GPT-5 mini AI
selection

Explanation: The program chooses between different recommendations based on the user's input, which is a conditional/branching decision — i.e., selection.