+ 2
I need help on this task.
The Fibonacci sequence is one of the most famous formulas in mathematics. Each number in the sequence is the sum of the previous two numbers. For example, this is how the Fibonacci sequence looks like for 10 numbers starting from 0: 0,1,1,2,3,5,8,13,21,34. Write a program that takes the Nth (variable num in the code template) positive number as input and recursively calculates and outputs the first Nth numbers of the Fibonacci sequence (starting from 0). Input example 6 Result Example 0 1 1 2 3 8
3 Answers
+ 5
use search bar nect time :)
+ 2
Thank you bro â