Write a function to find two numbers in an array whose sum is equal to a given number.
Anonymous
that's linear search in two dimensions two nested loops with counters i, j if array[i] + array[j] == target bingo!!
Check out your Company Bowl for anonymous work chats.