Is this your company?
Write a function that takes 2 input parameters: an integer array and a integer number. The function returns pairs of integers from the array that add up to the target number. 13 7, 4, 10, -6, -2, 13, 2, 0, 17, 9, 6, 15, -4 pairs to be returned would be (7, 6), (4, 9), (17, -4), (-2, 15), (13,0)
Check out your Company Bowl for anonymous work chats.