I am trying to loop over two arrays but I want it to loop over both of them for each element
a = [1,2,3,4,5]; b = [A,B,C,D,E];
I want the res