+ 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

9th Sep 2022, 3:51 PM
Muhammad Yakhshiboev
Muhammad Yakhshiboev - avatar
3 Answers
+ 5
use search bar nect time :)
9th Sep 2022, 3:58 PM
Prashanth Kumar
Prashanth Kumar - avatar
+ 2
Thank you bro ✊
10th Sep 2022, 6:29 AM
Muhammad Yakhshiboev
Muhammad Yakhshiboev - avatar
9th Sep 2022, 3:58 PM
Prashanth Kumar
Prashanth Kumar - avatar