pos机数字怎么转成字母,pos机怎么输数字
POS机授权码出现英文数字怎么办?
ATM机怎样在数字和英文字母间转换
我的网银密码开头有字母,安全键盘只有数字怎么才能换成有字母又数字
网银中带有字母的密码,是登陆密码,安全键盘输入的密码是支付密码,也就是取款密码,两者不可混为一谈
关于字母转换数字数字转换字母的编程

举个例子 BUT这个单词是3个字母 A是0 B是1 U是20 T是19BUT就算成1乘26的平方+20乘26+19=1215
然后比如说BUTS4个字母 就可以写成1215乘以26+19
现在让我编写一个程序能算出5个以上字母的多少的
谁能帮帮我啊 刚学java 只会一些基本的指令 自己做了半天都是错。。分不多 帮帮我吧 急!!!
write a program that reads a string of letters of the English alphabet containing at least five characters from the keyboard, converts it to upper-case and then performs the following processing on the resulting string:
1. prints the string,
2. prints the unicodes (as integer numbers) for each of the first five characters in the
string,
3. encode the first five characters of the string following the process described above,
4. prints the resulting integer number.感谢啊 可是是让我编写任意的5个以上字符 不是BUT啊。。