ISBN13 check digit: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 3: Line 3:
;Task:
;Task:
Validate the check digit of an ISBN-13 code. Use some good and bad codes of your choosing for testing.
Validate the check digit of an ISBN-13 code. Use some good and bad codes of your choosing for testing.

Multiply every other digit by 3. Add the digits together. Take the remainder of division by 10. If it is 0, the ISBN-13 check digit is correct.


;See also:
;See also:
See https://isbn-information.com/the-13-digit-isbn.html for details on the method of validation.
<p>See https://isbn-information.com/the-13-digit-isbn.html for details on the method of validation.


<br><br>
<br><br>