摘要: package test;public class Test015 { public void index(int[] arr, int param) { boolean flag = true; for (int i = 0; i < arr.length; i++) if (param == a 阅读全文
posted @ 2019-05-03 21:21 玄空2 阅读(318) 评论(0) 推荐(0) 编辑
摘要: //1 、在原数组上进行操作package test;public class Test014 { public static void main(String[] args) { int[] arr = new int[]{35, 5, 22, -98, 6,34, 0}; for (int i 阅读全文
posted @ 2019-05-03 21:04 玄空2 阅读(694) 评论(0) 推荐(0) 编辑