From 6a265c31d6f46fcbb4033311293ba69d35be35e5 Mon Sep 17 00:00:00 2001 From: INuncio <100222661+INuncio@users.noreply.github.com> Date: Wed, 15 Feb 2023 20:11:37 -0500 Subject: [PATCH 1/4] Update ParticipationList.java --- ParticipationList.java | 1 + 1 file changed, 1 insertion(+) diff --git a/ParticipationList.java b/ParticipationList.java index 3c567d8..c38f550 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("Ismael", "Nuncio")); //Sort the list by last name students.sort((o1,o2) -> o1.getLastName().compareTo(o2.getLastName())); From 4b4efdbea59e77d8e94a3cb57fb095757e45c4dd Mon Sep 17 00:00:00 2001 From: INuncio <100222661+INuncio@users.noreply.github.com> Date: Wed, 15 Feb 2023 20:26:36 -0500 Subject: [PATCH 2/4] Update ParticipationList.java --- ParticipationList.java | 1 - 1 file changed, 1 deletion(-) diff --git a/ParticipationList.java b/ParticipationList.java index c38f550..3c567d8 100644 --- a/ParticipationList.java +++ b/ParticipationList.java @@ -28,7 +28,6 @@ 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("Ismael", "Nuncio")); //Sort the list by last name students.sort((o1,o2) -> o1.getLastName().compareTo(o2.getLastName())); From 786b5c5d98d83d6400d96053be1f589663be5b97 Mon Sep 17 00:00:00 2001 From: INuncio <100222661+INuncio@users.noreply.github.com> Date: Wed, 15 Feb 2023 20:30:11 -0500 Subject: [PATCH 3/4] Update ParticipationList.java --- ParticipationList.java | 1 + 1 file changed, 1 insertion(+) diff --git a/ParticipationList.java b/ParticipationList.java index 3c567d8..c38f550 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("Ismael", "Nuncio")); //Sort the list by last name students.sort((o1,o2) -> o1.getLastName().compareTo(o2.getLastName())); From 05ebbd5165bde6f0b73053881ffe2a0a9d817196 Mon Sep 17 00:00:00 2001 From: inuncio0 <116529054+inuncio0@users.noreply.github.com> Date: Wed, 15 Feb 2023 20:39:03 -0500 Subject: [PATCH 4/4] C --- Students/IsmaelNuncio.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 Students/IsmaelNuncio.txt diff --git a/Students/IsmaelNuncio.txt b/Students/IsmaelNuncio.txt new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Students/IsmaelNuncio.txt @@ -0,0 +1 @@ +