摘要: 1.定义长度位5的整型数组,输入他们的值,用冒泡排序后输出. package test; import java.util.Scanner; public class Now1 { public static void main(String[] args) { int[] a= new int[5 阅读全文
posted @ 2020-04-14 17:27 wsw4 阅读(98) 评论(0) 推荐(0)