随笔分类 -  java

摘要:1 //http://www.weixueyuan.net/view/6311.html 2 //多重循环 3 import java.util.Scanner; 4 public class Test16{ 5 public static void main(String args[])... 阅读全文
posted @ 2015-09-18 23:20 Xiao|Deng 阅读(203) 评论(0) 推荐(0)
摘要:1 //数组 2 public class Test16{ 3 public static void main(String args[]){ 4 5 //声明一: 6 int [] x; 7 x = new int[3];... 阅读全文
posted @ 2015-09-18 23:15 Xiao|Deng 阅读(781) 评论(0) 推荐(0)