I am writing a computer program which generate 5 digit alpha-numeric codes. Each character can contain a-z,A-Z and 0-9 (62 different possibility per character).
So if there are 5 character how many possibility are there?
I am writing a computer program which generate 5 digit alpha-numeric codes. Each character can contain a-z,A-Z and 0-9 (62 different possibility per character).
So if there are 5 character how many possibility are there?