Search
In the code given below, we have four arrays. Using double arrows, add array2 to array1. Similarly, using double arrows, add elements2 array to elements1 array.
Display the updated array1 and elements1 arrays on the screen, in that order.