I am trying to find out how to come up with a x character string that can be made up of either numbers or letters to test a theory.
For example in a one character string, there are 36 possibilities: a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,1,2,3,4,5,6,7,8,9,0
This is easy to figure out, but how to I find out how many possibilities there are for a string that is x characters in length?