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

1 answer

The program that recommends a movie based on the input the user provides about their interests is an example of selection. This is because the program needs to make decisions based on the user's input, choosing which movie to recommend based on the criteria provided.