I have two different NSMutableArray that contains some elements. Now I want the sum of each array’s elements and also the result of the array’s addition. How can I proceed?
I have two different NSMutableArray that contains some elements. Now I want the sum
Share
Output is :
NOTE: both firstArray & secondArray must be of same size, and contain integers as string. Otherwise you need to modify…