**Sample Input**

[2, 4, 3, 5, 6, -2, 4, 7, 8, 9] -> array

7 -> target sum

**Sample Output**

['2+5', '4+3', '3+4', '-2+9']