I am attempting in developing efficient code without "hard coding". The objective is to enter 4 integers 1-9 and output their 64 arithmetic possibilities..Example if 1, 2,3 and 4 were chosen...a possible combination is 1+2+3+4=10...another is 1+2+3-4=2...and so on.... any help would be appreciated