一道题目…要求使用比较法,降序排列随机数组中的10个数字
public static void main(String args[]){ \/\/定义一个大小为10的数组 int[]a=new int[10];\/\/产生10个随机数放入数组中,并输出 System.out.println("排序前的数组为:");for(int i=0;i<a.length;i++){ a[i]=(int)(Math.random()*100);System.out.print(a[i]+" ");} \/\/将数...
高中数学
链接:https:\/\/pan.baidu.com\/s\/1znmI8mJTas01m1m03zCRfQ ?pwd=1234 提取码:1234 简介:高中数学优质资料下载,包括:试题试卷、课件、教材、视频、各大名师网校合集。