From 81aa0a6c34256f81e0ed306271072152bcb4c3fb Mon Sep 17 00:00:00 2001 From: Jordan McCloskey <92700772+an4rkho@users.noreply.github.com> Date: Thu, 16 Feb 2023 13:47:15 -0500 Subject: [PATCH 1/2] Update ParticipationList.java Added my name to the list. --- ParticipationList.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ParticipationList.java b/ParticipationList.java index 3c567d8..0598a5c 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("Jordan","McCloskey")); //Sort the list by last name students.sort((o1,o2) -> o1.getLastName().compareTo(o2.getLastName())); @@ -37,4 +38,4 @@ public static void main(String[] args) { System.out.println(student); } } -} \ No newline at end of file +} From b12dbdf60ba51716195b05d52085d1465d590126 Mon Sep 17 00:00:00 2001 From: Jordan McCloskey <92700772+an4rkho@users.noreply.github.com> Date: Thu, 16 Feb 2023 13:48:16 -0500 Subject: [PATCH 2/2] Create JordanMcCloskey.txt Added text file of my name. --- Students/JordanMcCloskey.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 Students/JordanMcCloskey.txt diff --git a/Students/JordanMcCloskey.txt b/Students/JordanMcCloskey.txt new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Students/JordanMcCloskey.txt @@ -0,0 +1 @@ +