摘要:
//输入一个整数,并输出其值。 import java.io.*; class Ex1 { public static void main(String args[]) throws IOException { int n; System.out.println("请输入一个正数:"); n=System.in.read(); System.out.println((char)n); } } /*调整输出 import java.io.*; class Ex1 { public static void main(String args[]) throws I... 阅读全文
posted @ 2013-12-05 15:30
百易城
阅读(744)
评论(0)
推荐(0)
2013年12月5日