Ask questions, share knowledge, and connect with a vibrant community on IDNLearn.com. Ask anything and get well-informed, reliable answers from our knowledgeable community members.

-. Explain how iteration and using a recursive formula are similar.



Sagot :

Answer:

Both iteration and recursion are based on a control structure: Iteration uses a repetition structure; recursion uses a selection structure. Both iteration and recursion involve repetition: Iteration explicitly uses a repetition structure; recursion achieves repetition through repeated method calls.

Step-by-step explanation: