in reply to Re: Summing the odd/even digits of a larger number (for upc check digits)...a better way?
in thread Summing the odd/even digits of a larger number (for upc check digits)...a better way?

That doesn't give a correct answer for the test UPC at the link provided by the OP, 064200115896. My interpretation of the algorithm was that whether to multiply by 3 or not based on whether the digit's position is odd or even, not its value.
  • Comment on Re^2: Summing the odd/even digits of a larger number (for upc check digits)...a better way?