Mdevelop #3

Merged
Meraj merged 4 commits from Mdevelop into main 2026-05-19 15:07:32 +00:00
Showing only changes of commit f3b3c42688 - Show all commits
+1 -1
View File
@@ -62,7 +62,7 @@ public class Main {
String y = input.nextLine().trim(); String y = input.nextLine().trim();
Course selected = courseMap.get(y.toUpperCase()); Course selected = courseMap.get(y.toUpperCase());
if (selected != null) { if (selected != null) {
Ali.addCourse(selected); Ali.dropCourse(selected);
} else { } else {
System.out.println("No"); System.out.println("No");
} }