What’s the Difference?
CONTROL!!!!
- With iteration, you as the programmer control how many times it will run.
- A certain condition must be met
- A certain number of iterations must be run.
- User input.
- With Recursion the structure of the problem controls the number of iterations