Search
Finish the method definition below.
Given an array list and a value, the method should return the index of given value in list array. If the value is not found in the array, the method should return Not found.
list
Not found