for (i=0, sum=0; i<n; i++) sum += Number[i]; tot = sum; for (i=0, sum=0; i<n && sum < 0.95*tot; i++) sum += Number[i]; // i is about it