1、使用LinkedList类
2、不需要界面,控制台输入输出就行
3、有4个类
Student  - provide a constructor and get and set methods 
StudentTest – tests the Student class 
Registry – contains the linked list used to hold instances of Student 
RegistryTester – contains a main method
学生信息 只有姓名 和 学号
4、功能如下
Student Registry 
**************** 
 
1. Add a Student 
 
2. Delete a Student 
 
3. Print Registry 
 
4. Quit 
 
Select option [1, 2, 3, 4] :>
能判断用户的错误输入最佳答案给200分 另外的100另开贴子给