What kind of program construct has lines of code that are executed in order, one right after the other?

(1 point)
Responses

sequence

sequence

selection

selection

iteration

iteration

pseudocode

1 answer

The program construct that has lines of code executed in order, one right after the other, is called a sequence.