Simple question on arrays

napster210:

  1. the Arduino takes 10 measurements with some delay between each other
  2. store each measurement in a array
  3. compare the first value stored in the array with the sum of the 10 values

Unless all the measurements after the first one are zero, I don't see how the first value could ever equal the sum of all ten values.