32.6k views
5 votes
A set of instructions or actions in order meaning that each action follows a previous action.

A programming structure that repeats a sequence of instructions as long as a specific condition is true.


This involves a choice (IF-THEN-ELSE).

1.
Sequence

2.
Selection

3.
Iteration (looping)

1 Answer

5 votes

Answer:3. Iteration (looping)

Step-by-step explanation:

User Deepika C P
by
7.3k points