Introduction - If you have any usage issues, please Google them yourself
This program is to check if a book s ISBN is valid or not.
Typically, books are identified by an International Standard Book Number (ISBN)
which adheres to a specific format there are currently two different ISBN numbers as
the standard is switching from the 10 digit version to the 13 digit version. In this
program we will be working with the 13 digit format only e.g. 978-3-16-148410-0.
The ISBN ends with a “check digit” that is used to verify the accuracy of the preceding
digits. Note that the ISBN publisher code and item code can in some cases be 3 and 5
digits long respectively rather than 2 and 6 digits shown in the example above. In other
words 978-3-161-48410-0 would also be a legitimate ISBN.