Arrrays sum of twoo arrays

sir do we have to consider case for negative numbers also???

@Tanna hello Tanna number can be negative like for eg if arrays is like
5
1 -2 -3 4 5
5
1 2 0 7 5
the output will be like
2, 0, -2, 2, 0, END