A program that executes the code in order from beginning to end has which of these structures?

(1 point)
Responses

selection

selection

iteration

iteration

recursion

recursion

sequence

1 answer

The correct answer is sequence. A program that executes the code in order from beginning to end follows a sequence structure.