摘要: 用for循环对无序数组进行排序输出。 public class BubbleSort{ public static void main (String [] args){ int a[] = {21,9,45,17,33,72,50,12,41,39}; for (int i=a.length; - 阅读全文
posted @ 2018-04-19 07:39 最好的礼物 阅读(165) 评论(0) 推荐(0) 编辑