import java.io.*;
public class Student{
private int num,age;
private String name,x;
private float score;
Student(int num,int age,String name,String x,float score){
this.num=num;
this.age=age;this.name=name;
this.x=x;
this.score=score;
}
public void getnum(){
system.out.println(this.num);亲热的反义词
自由阅读
}
public void getage(){
system.out.println(this.age);
}
public void getname(){
system.out.println(this.name);
}
public void getx(){
属鸡今年多少岁 system.out.println(this.x);
}
public void getscore(){
system.out.println(this.score);
}
public void tnum(){
system.out.println("请输入你要设置的学生的学号");
ad();
}
public void tage(){
system.out.println("请输入你要设置的学生的年龄");
ad();
鸡肉英文 }
public void tname(){
system.out.println("请输入你要设置的学生的名字");
ad();
}
public void tx(){
system.out.println("请输入你要设置的学生的性别");
ad();
}
public void tscore(){
大黄鱼怎么烧好吃
system.out.println("请输入你要设置的学生的成绩");
ad();
}
}
public class StudentTest{
public class void main(string[]args){
final int N=10;
Student[]student=new Student[N];
BufferedReader reader=new BufferedReader(new InputStreamReader(system.in));
for(i=0;i<N;i++)
{system.out.println("输入student["+i"]的学号");
int adline();
system.out.println("输入student["+i"]的年龄");
int adline();
system.out.println("输入student["+i"]的名字");
int adline();
system.out.println("输入student["+i"]的性别");
int adline();
system.out.println("输入student["+i"]的成绩");
int adline();
if(score<=0||score>100)
二年级班主任工作总结 system.out.println("输入的格式不对");
student[i].Student(.num,age,name,x,score);
}
for(i=1;i<N;i++)
for(k=0;k<N-i;k++)
if(student[k].score<student[k+1].score){
temp=student[k];清凉饮
studeng[k]=studeng[k+1];
student[k+1]=temp;
九球 }
for(i=0;i<N;i++)
{system.out.println("学号 姓名 性别 年龄 成绩");
system.out.println(student[i].num+" "+student[i].name+" "+student[i].x+" "+student[i].age+" "+student[i].score+" ");
}
}