FUSION OF IDEAS interview question

White-board some code that uses a double 'for' loop to iterate through an array to return a requested value

Interview Answer

Anonymous

4 Sept 2016

Wrote down what they asked with a double for loop. Recursion was not required