摘要:
1.编写一个方法,实现冒泡排序(由小到大),并调用该方法 package test;public class ccc1 {public static void main(String[] args) {// TODO Auto-generated method stubint x[]= {1,3,5 阅读全文
posted @ 2023-05-19 15:18
姚佳旭
阅读(19)
评论(0)
推荐(0)
摘要:
1.给定一个有9个整数(1,6,2,3,9,4,5,7,8)的数组,先排序,然后输出排序后的数组的值。 package wen; import java.util.Arrays; public class Test { public static void main(String[] args) { 阅读全文
posted @ 2023-05-19 15:17
姚佳旭
阅读(17)
评论(0)
推荐(0)

浙公网安备 33010602011771号