摘要:
1.编写一个方法,实现冒泡排序(由小到大),并调用该方法 package aaa; public class Paixu { static int a[]= {1,6,2,9,3}; public static void maopao(int a[]) { for (int i = 0; i < a 阅读全文
摘要:
上机作业; 1.编写一个简单程序,要求数组长度为5,静态赋值10,20,30,40,50,在控制台输出该数组的值。 package ddd; public class test { /** * @param args */ public static void main(String[] args) 阅读全文