i have one array a = [5,3,0,1,7,0] and i want choose 2 elements and do all combinations of their sum.
Example:
get number 3,1:
3 + 1 = 4 (2+2)