Function linearSearch(list,searchTerm) for index From 0 to lenght(list) if _____________ =____________ then return index endif endloop return -1 end function