@ -11,4 +11,11 @@ public class Student {
}
public Student(String name, String id, String role) {
this.StudentName = name;
this.StudentID = id;
this.role = role;