+ 1
How to find Fibonacci series without mod operator
1,1,2,3,5,8,13•••••••••••
7 Réponses
+ 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)
+ 2
without an operator you will not find)
+ 1
Google help), your wording is not correct
+ 1
find this series without % operator
1,1,2,3,5,8,13•••••••••••````````
+ 1
без оператора ты не найдешь)
0
we can find it by this % operator .
I am asking without this operator
can we find out this??????????
if yes how?????