*5.15(显示ACSII码字符表)编写一个程序,打印ASCII字符表从‘!’到‘~’的字符。每行打印10个字符。ASCII码如附录B所示。数字之间用一个空格字符隔开。
*5.15 (Display the ASCII character table) Write a program that prints the characters in the ASCII character table from ! to ~. Display 10 characters per line. The ASCII table is given in Appendix B. Characters are separated by exactly one space.
下面是参考答案代码:
public class DisplayTheASCIICharacterTableQuestion15 {
public