Hello,

If someone is kind enough to help me out, I would need some help regarding this program that I'm trying to write where I would need to calculate every combination between elements from different arrays. I explain myself a little bit better: I have n arrays, I want to know all the combinations that I can create by picking 1 element from each array, so every combination of n elements (a new array), where each one is picked from a different array. The arrays don't have the same number of elements necessarily.

Thank you so much in advance to anyone willing to help and if I did not explain myself clearly please feel free to ask any question.