Student Registration #6

Closed
Romina wants to merge 3 commits from Romina/WS-02-intro-to-oop:develop into main
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);