Skip to content
Snippets Groups Projects
Commit b9bfe82c authored by Alexis Nasr's avatar Alexis Nasr
Browse files

ajout de l'attribut value à la classe Student

parent 4141bdb4
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment