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

This program is an example of a selection structure, as it will make a decision based on the input provided by the user to recommend a movie.