Hi, I have two arrays say array1 and array2. I want to add the e

Hi,

I have two arrays say array1 and array2.
I want to add the elements of these two arrays to get the resulting array.

for example

array1 is {1,2,3} and array2 is {1,2,3} and the resultant array should be {2,4,6}

How this can be achieved. Any suggestion will be appreciated.

Many Thanks in advance,
Sandeep...

OriginalPostID-94672

OriginalPostID-94672

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data