摘要: 1编写一个方法,实现冒泡排序法(由小到大),并调用该方法 import java.util.Scanner; public class work5 { public static void sx(){ Scanner input=new Scanner(System.in); System.out. 阅读全文
posted @ 2021-05-09 18:51 蔡俊 阅读(54) 评论(0) 推荐(0)