| You Cooked with this one
User: TestUser10 (Example)
Serial: stUser (Example)
I wanted to show the code but it became a complete mess :( |
==> |
| User: abcdefghij
Serial: GADJECFB
The name must have exactly 10 lowercase letters a-z (it rejects anything outside this range).
The program converts the name to uppercase.
The serial number must have exactly 8 characters.
The serial number positions must match the letters in the name (already in uppercase):
S0 = Name[6]
S2 = Name[3]
S3 = Name[9]
S5 = Name[2]
S7 = Name[1]
S1, S4, and S6 are not used in the comparisons (they can be anything).
|
==> |