hello,
I want to assign certain numbers to the alphabets i.e. from A-Z (case insensitive),
the numbers will range from 0-9 and will not go in the two digits.
how can I assign the numbers to alphabets?
and suppose an user enters his name as: chandan
then it should assign the number and add in the folloing manner :
c+h+a+n+d+a+n
9+5+2+3+6+1+0= 26 = 2+6 = 8
i.e. it should return 8.
How can I do this ?
Please let me know?
Thanking you!