level 1
jiff1983
楼主
我是一名留学生 老美经常挑衅我们 这次是拿Visual Basic的一个题目来鄙视我们做不出来 由于我才来这不到一年 语言并不算过关 希望高手们能帮帮忙 我是一名中国人 不甘心被老美看不起 希望各位大侠们给点帮助 谢谢了!!!
下面是他们给的题目:
You are a spy who must use the computer to produce a secret code. Creat an application that allows the user to enter a short messae and display the message in coded form. To produce the coded words, convert each letter in the original message to its corresponding ASCII code number, add 2 to the code number, and then convert back to characters to produce the message. Keep all spaces between he words in their original paces and realize that the letter "Y" and "Z" are to convert to A and B. Note: The user should be able to enter lowercase or uppercase letter and the code should be display in all uppercase.
我的邮箱是[email protected] 各位兄弟帮帮忙!!!
2011年05月04日 17点05分
1
下面是他们给的题目:
You are a spy who must use the computer to produce a secret code. Creat an application that allows the user to enter a short messae and display the message in coded form. To produce the coded words, convert each letter in the original message to its corresponding ASCII code number, add 2 to the code number, and then convert back to characters to produce the message. Keep all spaces between he words in their original paces and realize that the letter "Y" and "Z" are to convert to A and B. Note: The user should be able to enter lowercase or uppercase letter and the code should be display in all uppercase.
我的邮箱是[email protected] 各位兄弟帮帮忙!!!