diff --git a/ParticipationList.java b/ParticipationList.java index 3c567d8..5a0ee63 100644 --- a/ParticipationList.java +++ b/ParticipationList.java @@ -28,6 +28,7 @@ public static void main(String[] args) { students.add(new Student("Morgan","Moncur")); students.add(new Student("Danielle","David")); students.add(new Student("Nick", "Kolodij")); + students.add(new Student("Chris", "Vigdor")); //Sort the list by last name students.sort((o1,o2) -> o1.getLastName().compareTo(o2.getLastName())); diff --git a/Students/ChrisVigdor.txt b/Students/ChrisVigdor.txt new file mode 100644 index 0000000..e69de29