asked 109k views
4 votes
What kind of program has a looping branch of code?

A.
sequence

B.
selection

C.
iteration

D.
pseudocode

2 Answers

4 votes
c iteration :answer: i took the test :))
1 vote
A looping branch of code is a characteristic of an iteration or loop statement.

Therefore, the answer is C. Iteration.