Fibonacci Sequence

Coding Skill Exercise #1

Fibonacci Sequence

The Fibonacci Sequence is the series of numbers:

0,1,1,2,3,5,8,13,21,34…

Generate Fibonacci Sequence up to a given term n, where n can be any positive number. For example, the sequence above is for n = 10.

Knowledge Gap Finder

If you are unable to code the solution, answer the following questions and reply to this email to get customized lesson.

Was the problem statement clear to you when you read it? What did you think of doing first? Were you reminded of a construct in general or a general structure of solution that you thought would be useful? Have you previously seen problems that resemble this one? Did you feel stuck at any point while working on this problem? What did you choose as your test case? Do you think you’ve covered all possible scenarios with your tests? What program design techniques did you apply to solve this problem? Are there any constructs of the programming language that you find difficult or confusing to use? What issues make programming constructs difficult to use? For example, the keyword used, the syntax, the examples, the documentation for the construct, etc.

Feel free to forward this email to your friends so they can subscribe here https://codingskill.biz/.