2
Answers

Find the correct Fibonacci Series from given two arrays?

Prasad Bhagat

Prasad Bhagat

8y
340
1
Hi All,
 
i have two arrays .how to find the correct febanacci  Series  Array.
 
Series:
 
int[] A = new int[5] {0,1,1,3,5}; 
int[] B = new int[5] {0,1,1,2,4};  
 
 Please give me  a programe to find the correct febanacci array .
 
am using c#.. 
Answers (2)