CodePudding user response:
//student
Public class Student {
string name;
Char gender;
int age;
double score;
}
//collection
ListList=new ArrayList<> (a);
CodePudding user response:
//student
Public class Student {
string name;
Char gender;
int age;
double score;
}
//collection
ListList=new ArrayList<> (a);