摘要: 1 public class maopao{ 2 //编写一个main方法 3 public static void main(String[] args){ 4 5 //冒泡排序 6 //要求从小到大 7 //要求从大到小 8 int[] arr = {20, -1, 89, 2, 890, 7} 阅读全文
posted @ 2024-08-03 08:30 勤奋的小番茄 阅读(3) 评论(0) 推荐(0) 编辑