This commit is contained in:
Matin
2026-05-01 01:14:29 +04:30
parent 8ddc581f61
commit f3b3c42688
+1 -1
View File
@@ -62,7 +62,7 @@ public class Main {
String y = input.nextLine().trim();
Course selected = courseMap.get(y.toUpperCase());
if (selected != null) {
Ali.addCourse(selected);
Ali.dropCourse(selected);
} else {
System.out.println("No");
}