Test Your Knowledge 2
Let's take a small quiz!
We'll cover the following
Quiz on Iteration Vs. Recursion
This Quiz will take maximum 10 minutes.
1
Iteration means repeating some steps to achieve the desired outcome.
A)
True
B)
False
Question 1 of 100 attempted
Now that you have learned the differences between iterative and recursive methods of solving problems we will only be focusing on recursion for the later part of the course
In the next chapter, we will be solving problems related to numbers using recursion.