摘要: public class Demo { public static void main(String[] args) { int[] array = {7, 3, 2, 9, 15, 1, 14}; int temp = 0; for(int i = 0; i 阅读全文
posted @ 2017-08-25 22:25 java_Word 阅读(118) 评论(0) 推荐(0) 编辑
摘要: /** * Created by IntelliJ IDEA. * Author: 付石强. * Date: 2017/8/25. * Time: 下午8:42. * {2,9,1,4,10,18} 将数组降序输出 */public class Array { public static void 阅读全文
posted @ 2017-08-25 21:56 java_Word 阅读(213) 评论(0) 推荐(0) 编辑