Prasad Bhagat

Prasad Bhagat

  • NA
  • 516
  • 227.4k

Find the correct Fibonacci Series from given two arrays?

Apr 29 2016 6:21 AM
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)