摘要: 1 public class arr{ 2 int []arr; 3 public arr(int a) { 4 this.arr = new int[10]; 5 for(int x= 0;x<a;x++) { 6 arr[x]=x+2; 7 } 8 } 9 10 ... 阅读全文
posted @ 2019-04-24 17:05 竹心_兰君 阅读(94) 评论(0) 推荐(0) 编辑
摘要: public class f_w { public static void main(String []args) { int a=0; System.out.print("_info__while"); while(a<10) { a+=1; if(a == 5) { ... 阅读全文
posted @ 2019-04-24 16:16 竹心_兰君 阅读(208) 评论(0) 推荐(0) 编辑