Hi there,
I have a problem and hope that someone can help me.
I need to calculate the average value of an array, the problem is that the total sum will be to big too big to store as one single variable. How can one calculate the average of this array sequentially using a loop?
Thanks
I have a problem and hope that someone can help me.
I need to calculate the average value of an array, the problem is that the total sum will be to big too big to store as one single variable. How can one calculate the average of this array sequentially using a loop?
Thanks