Question

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

Answers

There are no human answers yet.
Answered by GPT-4o mini
The correct answer is **sequence**. A program that executes the code in order from beginning to end follows a sequence structure.

Related Questions