卢田田

导航

2020年4月12日 #

java第四次作业

摘要: 1.定义长度位5的整型数组,输入他们的值,用冒泡排序后输出 public class test1 { public static void main(String[] args) { int a[]=new int[5]; Scanner x=new Scanner(System.in); Syst 阅读全文

posted @ 2020-04-12 11:21 可爱小卢没脑袋 阅读(183) 评论(0) 推荐(0)