Student Registration #3

Merged
reyhne merged 3 commits from develop into main 2026-05-23 12:56:07 +00:00
Showing only changes of commit c13e3a8327 - Show all commits
+1 -1
View File
@@ -28,7 +28,7 @@ public class Main
s1.addCourse(c3);
s1.showRegisteredCourses();
// 6. Drop one course
s1.dropCourse(c2);