hello, my code scans through an array , build sub-arrays, and print them out. the sub arrays contains numbers from original array,
that sums up to half the array sum. (ex: arr:1,2,3,4 subs:1,4 and...