Question 853443: I am trying to geta count of how many possible values I can create using all the leters in the alphabet and all numbers including spaces to create a 1 to 3 digit code. (i.e. A, AA, AAA, A A, AA , etc.)
Possible characters including null value
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,0,1,2,3,4,5,6,7,8,9,NULL
Order of values is not important
Thanks,
Brian
Answer by Edwin McCravy(20054) (Show Source):
You can put this solution on YOUR website!
We have to know whether or not you consider these three as codes:
{space}
{space, space}
{space, space, space}
And also we need to know if you consider these as separate codes,
or just as one code:
{A}
{A,space}
{A,space,space}
You can tell us in the thank-you note if you like.
Edwin
|
|
|