A program that executes the code in order from beginning to end has which of these structures?(1 point)Responsesselectionselectioniterationiterationrecursionrecursionsequence

1 answer

A program that executes the code in order from beginning to end has the sequence structure. In programming, a sequence structure means that the statements in the code are executed in the order they appear, one after the other.