I wanted to make Fibonacci series but it is totally different. Please help me to fix this problem. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I wanted to make Fibonacci series but it is totally different. Please help me to fix this problem.

Fibonacci Series https://code.sololearn.com/c4lL4es8Hy9M/?ref=app

16th May 2020, 7:37 AM
Yash Chhimwal
Yash Chhimwal - avatar
2 Answers
+ 4
Using double quotes around number will make it string. int a = 0; System.out. println("a"); // prints a System.out. println(a); // prints 0 Now try to fix this problem.
16th May 2020, 7:44 AM
🇮🇳Omkar🕉
🇮🇳Omkar🕉 - avatar
+ 1
Thanks a lot..
16th May 2020, 8:08 AM
Yash Chhimwal
Yash Chhimwal - avatar