Fibonacci number in an array
We have been given an array and our task is to check if the element of array is present in Fibonacci series or not. If yes, then print that element. Examples: Input : 4, 2, 8, 5, 20, 1, 40, 13, 23 Output : 2 8 5 1 13 Here, Fibonacci series will be 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55. Numbers that ar