2019年3月15日
摘要: package zuoye; public class text { public static void main(String[] args){ int[] arr={12,2,55,22,44,34,}; print(arr); select(arr); } public static voi 阅读全文
posted @ 2019-03-15 10:12 ~王~ 阅读(109) 评论(0) 推荐(0) 编辑
摘要: package zuoye; public class Test6 { public static void main(String[] args) { int[] arr={12,2,55,22,44,34,}; print(arr); select(arr); } public static v 阅读全文
posted @ 2019-03-15 10:08 ~王~ 阅读(112) 评论(0) 推荐(0) 编辑
摘要: package zuoye; public class Test5 { public static void main(String[] args) { int[] arr={12,2,55,22,44,34,}; print(arr); select(arr); } public static v 阅读全文
posted @ 2019-03-15 10:07 ~王~ 阅读(99) 评论(0) 推荐(0) 编辑
摘要: package zuoye; public class Test4 { public static void main(String[] args) { int[] arr={12,2,55,22,44,34,}; print(arr); select(arr); } public static v 阅读全文
posted @ 2019-03-15 10:06 ~王~ 阅读(96) 评论(0) 推荐(0) 编辑
摘要: package zuoye; public class Test2{ public static void main(String[] args){ for(int i=100;i<1000;i++){ int bai=i/100; int shi=i%100/10; int ge=i%10; if 阅读全文
posted @ 2019-03-15 10:05 ~王~ 阅读(78) 评论(0) 推荐(0) 编辑