摘要: 1、给定一个有9个整数(1,6,2,3,9,4,5,7,8)的数组,先排序,然后输出排序后的数组的值。 import java.util.Arrays; public class test1 { public static void main(String[] args) { int[]M= {1, 阅读全文
posted @ 2023-05-03 16:45 czy风继续吹 阅读(32) 评论(0) 推荐(0)