How to find Fibonacci series without mod operator | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to find Fibonacci series without mod operator

1,1,2,3,5,8,13•••••••••••

14th Sep 2018, 2:52 PM
Ramya
Ramya - avatar
7 Answers
+ 3
I have never seen a fibonacci series code which uses % Can you show me the code? Usually there are three main ways: - recursive method - iterative method (for loop) - explicit method (mathematical formula to find n-th number)
14th Sep 2018, 3:55 PM
Matthias
Matthias - avatar
+ 3
Ramya do agree with Matthias ... never seen code of Fibonacci using mod operator... could you please share the code or methodology of series with mod operator..
14th Sep 2018, 4:58 PM
Ketan Lalcheta
Ketan Lalcheta - avatar
+ 2
without an operator you will not find)
14th Sep 2018, 3:03 PM
oTARANo
oTARANo - avatar
+ 1
Google help), your wording is not correct
14th Sep 2018, 2:57 PM
oTARANo
oTARANo - avatar
+ 1
find this series without % operator 1,1,2,3,5,8,13•••••••••••````````
14th Sep 2018, 3:01 PM
Ramya
Ramya - avatar
+ 1
без оператора ты не найдешь)
14th Sep 2018, 3:03 PM
oTARANo
oTARANo - avatar
0
we can find it by this % operator . I am asking without this operator can we find out this?????????? if yes how?????
14th Sep 2018, 3:31 PM
Ramya
Ramya - avatar