A section of code executes lines of code in the exactly order in which they are written. This program uses which of these structures?

(1 point)
Responses

selection

selection

sequence

sequence

iteration

iteration

condition-controlled loops

1 answer

The section of code that executes lines of code in the exact order in which they are written is using sequence.