Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Ah, when it mentioned '7th character' I thought it was referring to the actual string given from the data array, not the driving license string I was building. Apologies.
In the java description:
"7–8: The month of birth (7th character incremented by 5 if driver is female i.e. 51–62 instead of 01–12)"
It should be incremented by 50, not 5. I was stuck on this for quite a while.
Probably needs some indents...
This comment is hidden because it contains spoiler information about the solution