From ac01d9f00af35c8317a1a681554ddfbd20af6d33 Mon Sep 17 00:00:00 2001 From: jfishe37 Date: Mon, 7 Feb 2022 16:09:44 -0500 Subject: [PATCH 1/2] Update ParticipationList.java Added first and last name to participation list --- ParticipationList.java | 1 + 1 file changed, 1 insertion(+) diff --git a/ParticipationList.java b/ParticipationList.java index 3c567d8..9dd67bc 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("Jesse", "Fisher")); //Sort the list by last name students.sort((o1,o2) -> o1.getLastName().compareTo(o2.getLastName())); From 5f206ec9bfc7d3cc7a0d4875972054976142414f Mon Sep 17 00:00:00 2001 From: jfishe37 Date: Mon, 7 Feb 2022 16:12:45 -0500 Subject: [PATCH 2/2] Create JesseFisher.txt Text file with first and last name. --- Students/JesseFisher.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 Students/JesseFisher.txt diff --git a/Students/JesseFisher.txt b/Students/JesseFisher.txt new file mode 100644 index 0000000..e69de29