摘要: //冒泡排序 package cn.aura; public class ArrayDemo09 { public static void main(String[] args) { int[] arr = {87,90,76,42,56,10}; //将arr数组元素从小到大排序输出 for(in 阅读全文
posted @ 2019-03-26 21:18 wsw888 阅读(252) 评论(0) 推荐(0)