摘要: //1.定义长度位5的整型数组,输入他们的值用冒泡排序后输出. package com.a01; public class hellowold { public static void main(String[] args) { int[] a = new int[] { 1, 3, 2, 5, 8 阅读全文
posted @ 2020-04-15 16:10 hhhhhq 阅读(200) 评论(0) 推荐(0)