From 017fdb29a6c30f094bece5be791dbcf29a87b925 Mon Sep 17 00:00:00 2001 From: wolfbaj <98982452+wolfbaj@users.noreply.github.com> Date: Wed, 15 Feb 2023 13:51:02 -0500 Subject: [PATCH 1/2] updated list added my name to the list --- ParticipationList.java | 1 + 1 file changed, 1 insertion(+) diff --git a/ParticipationList.java b/ParticipationList.java index 3c567d8..a3499b2 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("Alston", "Brackett")); //Sort the list by last name students.sort((o1,o2) -> o1.getLastName().compareTo(o2.getLastName())); From 9f9a9507427c3dc16ba2a3c08a07640eaeee85ed Mon Sep 17 00:00:00 2001 From: wolfbaj <98982452+wolfbaj@users.noreply.github.com> Date: Wed, 15 Feb 2023 13:53:31 -0500 Subject: [PATCH 2/2] Create AlstonBrackett.txt created the text file --- Students/AlstonBrackett.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 Students/AlstonBrackett.txt diff --git a/Students/AlstonBrackett.txt b/Students/AlstonBrackett.txt new file mode 100644 index 0000000..e69de29