11-22-2017 10:46 PM
Basically I have an array with 7500 values. I want to take the first 75 values and find the average of those. I'm struggling with getting the first 75, I tried for loop with an N value of 75 and it still gave me all 7500 values in an array, maybe because of indexing? Help would be much appreciated
11-22-2017 11:51 PM