182k views
0 votes
A termination condition in a loop is analogous to________in a recursive method.

a) call.
b) iteration.
c) initialization condition.

1 Answer

2 votes

Answer:

b) iteration.

Step-by-step explanation:

There are various algorithms which are used in computer programming. Iteration is also a type of algorithm which is used to create loops. The instructions are inserted once and then these instructions are repeated to create a loop function.

User Gago Design
by
5.1k points