+ 7
Challenge (0)
Make a program which can find next 21 fabonnaci sequence numbers of the input number.
10 Answers
+ 8
https://code.sololearn.com/c3HVWjC8E5tI/?ref=app
Based on the question, the input must be a Fibonacci number as well.
+ 6
This is vague.
What happens if the input is not a fibonacci number?
+ 4
Wrong code next 21 of input number sorry I forget to mention that.
+ 4
@Tim. It's supposed to be next 21. I dont think you are supposed to display entered number
+ 3
Is this right? First time i used fibonnaci sequence. .-.
https://code.sololearn.com/Wj4v3xH78yRW/?ref=app
+ 3
@Tim your code is not working
+ 3
@Pixie
That's not that big of a deal I guess.
I had to change only one number.
Thanks anyways.
+ 2
@Ekansh,
For me it works.
What error do you get?
+ 2
@Serena.
Thanks
+ 2
I changed my code. Check it out