Sequential Execution

Back to Core Idea

Statements execute one after another in order. The sequence of execution determines the program’s behavior, with each statement potentially depending on the state changes made by previous statements.

programming-paradigms imperative sequential