Need to print pattern in java
Hi All,
i need to print pattern like below shown,
OUTPUT should look like this,
1AAAAAAAAA
1AAAAAAAAB
1AAAAAAAAC
1AAAAAAAAD
:
:
1AAAAAAAAZ
:
:
1AAAAAAABA
1AAAAAAACA
:
:
so on
at the end
1BAAAAAAAA
:
:
1ZAAAAAAAA
:
:
1BAAAAAAAB
:
so on
this is what i want in which i want to convert each number into ASCII code so that i can apply mod logic on each number.
Basically i want to ganesrate a Referance number which is having 10 digit only and it should be infinite kind of number so that only 10 digit number should not be end at least 100 years.
Thanks and Regards,
Gan