G
Guest
This one has to have been asked before,
I have two arrays
AAA(100), BBB(100) filled with 100 numbers,
How do I add each element in each array to each other
AAA(100) = AAA(100)+BBB(100)
so
AAA(100) = a1+b1, a2+b2, ..., a100+b100
Thanks for your help!
I have two arrays
AAA(100), BBB(100) filled with 100 numbers,
How do I add each element in each array to each other
AAA(100) = AAA(100)+BBB(100)
so
AAA(100) = a1+b1, a2+b2, ..., a100+b100
Thanks for your help!