VB.net 7-pp2: ISBN Validator Using VB.net Strings Operations, Arrays, Loops

Опубликовано: 20 Февраль 2026
на канале: Coding Homework
1,522
8

Introduction to Programming using Visual Basic
VB.net Programming Challenge 7-pp2: ISBN Validator Using VB.net Strings Operations, Arrays, and Loops

DOWNLOAD FILES HERE: http://bit.ly/1BpHAb3

'Write a program that accepts an ISBN type number (including hyphens) as input.
'Calculate the sum, and tell if it is a valid ISBN
Note, the number is valid if it is divisable by 11.
Note, all numbers are added together as follows:
10*d1 + 9*d2 + 8 *d3....1*d10
last number can be a digit, or a letter 'X'. If 'X', than it represents digit 10

Learning to code? Follow my VB tutorials for beginners. I do a lot of Visual Basic programming challenges and VB.net projects as part of my homework - every day!
If you are learning to program, nothing beats solving real programming exercises and coding challenges.
So don't forget to subscribe, as I release new programming videos every day!