- Dec 28, 2006
- 12
- 0
- 0
I have a database project that will require a ton of data entry. One of the columns is a standard VIN number found on cars which is 17 characters.
The sequence goes: (n=number, l=letter)
nllllnnnlllnnnnnn
I'm having trouble writing a program to do this as I'm still very new with C++.
Can anyone help me out? Thanks!
EDIT: I know it's probably obvious, but the VIN's don't have to be real vin numbers from cars. As long as they follow that sequence and they are random, that's what I need.
Once again thanks!
The sequence goes: (n=number, l=letter)
nllllnnnlllnnnnnn
I'm having trouble writing a program to do this as I'm still very new with C++.
Can anyone help me out? Thanks!
EDIT: I know it's probably obvious, but the VIN's don't have to be real vin numbers from cars. As long as they follow that sequence and they are random, that's what I need.
Once again thanks!