Perform Calculations on an Array
Posted: Tue Jan 23, 2007 2:57 am
Lets say I have an array with the following contents:
"3, 10, 6, 9, 2, 8, 5"
How would I go about adding all of the numbers in the array together and dividing by how many numbers there are?
"3, 10, 6, 9, 2, 8, 5"
How would I go about adding all of the numbers in the array together and dividing by how many numbers there are?