Without the use of recursion, that took way too long. But anyway, here is a working Fibonacci calculator. Include the "my block" inside to your amazing projects with Fibonacci numbers(where would you need that?) and well, have fun using it. Don't forget to give credit. What is a Fibonacci Number? Basically, it is a sequence where the first two numbers are 1, and every following number is the previous two numbers added up. So for example, if you want the third Fibonacci number, you add up the first and second Fibonacci numbers to get 1 + 1 = 2. How did I make this program? I stored all the values in a list and got data from that list. A better way would be to use recursion, which basically has blocks calling itself. Go here to learn why recursion doesn't work. https://scratch.mit.edu/projects/551728161/
100% me. It would help a lot if you liked the project, favorited the project, and remixed this project into something that you can use and can be helpful. Also, for more content, follow me.