How would I add multiple arrays together and find the average ofit. For example I have an array size of 100 and it creates 50random arrays using a random array method. So there are 50 arraysrandomized with 100 different numbers within it, how would I addall 50 of those arrays together and find the average of it insteadof finding the average of each individual one.
Solution