+ 1
In java: How do you find the first 20 numbers in a Fibonacci sequence and put it in a list using recursive way?
I'm not sure how to put it in a list. I'd really appreciate the help. https://code.sololearn.com/c0FqCfkJQgtu/?ref=app
4 Respuestas
+ 5
I used arrays and C++ but I guess this is one way.
https://code.sololearn.com/cTlXbTjr03Mo/?ref=app
+ 4
https://code.sololearn.com/cK9xnI3aF7f8/?ref=app
+ 1
Thank you for your explanation, but C++ is confusing to me. Do you know it in Java?
0
Thank you. I really appreciate it this. So whenever you have to put something in a list, do you use array?