The quiz for this week consisted on returning a certain term of the Fibonacci sequence.
To solve this problem there were two solutions. The first one was using recursion:
The second one was using a while loop:
And that’s it! ❤
I didn’t face any major problems with this quiz because I had already studied both of the topics I used. You can read about them in the links I inserted above! 😀
2 thoughts on “Quiz # 8”