Friday, June 21, 2019

Fibonacci Sequence



Recently our teacher has been teaching us about Fibonacci. He also taught us about the Fibonacci Sequence. The sequence is 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55 and so on. The pattern for this is 1 + 1 = 2. 1 + 2 = 3. 2 + 3 = 5. 5 + 3 = 8 and so on. We had to use these in code.org to create the nautilus shell perfectly. At first without any help it was confusing but after our teacher showed us what to do with the numbers, I figured it out. I enjoyed being challenged with creating the shell perfectly but also trying without any help and nearly getting it right. Here is a small video of me coding the shell. Bye.

No comments:

Post a Comment