I am trying to take the first index of my first array and apply the value of the first index of second array and so on so forth until the loop is complete. Is it possible to use a foreachloop into another foreachloop like that?
Here’s what i am doing now, it changes all the values of the first array with the last value of the second array, i’d like all to change in order for the entire loop.