JAVA---类的例题


package lll;

public class Test {
	public static void main(String[] args) {
		Student[] stu=new Student[20];
		for(int i=0;istu[j+1].score){
					Student temp=stu[j];
					stu[j]=stu[j+1];
					stu[j+1]=temp;
				}
			}
		}
		System.out.println("**********************");
		for(int i=0;i