From b9bfe82ccd9f28b7aac622bf4421edebd4ca00cc Mon Sep 17 00:00:00 2001 From: Alexis Nasr <alexis.nasr@lif.univ-mrs.fr> Date: Wed, 9 Sep 2020 15:33:14 +0200 Subject: [PATCH] =?UTF-8?q?ajout=20de=20l'attribut=20value=20=C3=A0=20la?= =?UTF-8?q?=20classe=20Student?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tp1/Student.java | 1 + 1 file changed, 1 insertion(+) diff --git a/tp1/Student.java b/tp1/Student.java index 193bd84..9898a66 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. -- GitLab