In the fibonacci series questions, how is it that 7*n operations?
I can only see 6 operations in every loop that is 4 operations inside the loop & one increment & one condition checking statement which means total of 6 operatione per loop, then which is the opertion I am missing?
Read more… (51 words)