The Fibonacci sequence is a sequence, in which, to get the next term you have to add the current term to the previous term.
eg. 1, 1, 2, 3, 5
In this article, we will be going over a series of challenges (The ones in Module 6, section B, Question 1)
...