Im not sure the correct syntax to solve this problem.
I have 3 arrays:
A=(3, 4, 5)
B=(1, 3, 5)
C=(5, 3, 2)
I'd like to loop through first element of each array and find the largest int, move to the 2nd element of each array and again find the largest and so forth.
Any suggestions would be apreciated.