+ 2
Challenge .....Find whether the given number is in fibonacci series or not...
fibonacci series is:=> 0,1,1,2,3,5,8,13,and so on.. Example.------------------------- input.-- 13 output.-- "it is in fibonacci series."
5 ответов
+ 7
+ 5
+ 3
https://code.sololearn.com/cKhj4V4IrcpK/?ref=app
+ 2
My response in Ruby:
https://code.sololearn.com/crlcNlIDmtsx/?ref=app