I need to know "How" to calculate total number of combinations that are possible to generate 4 character string having a pattern of Letter-Number-Letter-Number.
The complexity are: strings should be unique, and vowels should be excluded (not to use them in calculation).
Can there be a specific formulae to find that?
Any help is appreciated.
Thanks