Not able to understand the test case

Take as input N, the size of array. Take N more inputs and store that in an array. Take as input M, the size of second array and take M more inputs and store that in second array. Write a function that returns the sum of two arrays. Print the value returned.

input
4
1 0 2 9
5
3 4 5 6 7
output
3, 5, 5, 9, 6, END

hi arjun
what help do you need in this question…

regarding the question because according to question add the both list so output is like 4,4,7,15,7,end

How this will be the output of above example

just adding both of them normally

We add from the last so here also the number will be added starting from the last index of each array and then move to the left
That is starting from last index to start index