diff --git a/tp1/Student.java b/tp1/Student.java index 193bd848809f4941b8d098898c0c373aa7f459bd..9898a666f45ccd49189150bba98d8aa44f45912e 100644 --- a/tp1/Student.java +++ b/tp1/Student.java @@ -9,6 +9,7 @@ public class Student { private final String firstName; private final String lastName; private final List<TeachingUnitResult> results; + private int value; /** * Constructs a student with the specified first name and last name and no associated results.