matin mortazavi / work shop + bonus
This commit is contained in:
@@ -10,7 +10,7 @@ public class Course {
|
||||
this.courseCode = courseCode;
|
||||
this.capacity = capacity;
|
||||
}
|
||||
|
||||
// test
|
||||
public String getCourseName() {
|
||||
return courseName;
|
||||
}
|
||||
|
||||
@@ -23,6 +23,7 @@ public class Main {
|
||||
Ali.dropCourse(Ap) ;
|
||||
Ali.showRegisteredCourses();
|
||||
reg.showcapacity();
|
||||
//test
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -20,6 +20,7 @@ public class RegistrationSystem {
|
||||
}
|
||||
|
||||
}
|
||||
// test
|
||||
|
||||
|
||||
public Course findCourseByCode(String code) {
|
||||
|
||||
@@ -35,6 +35,7 @@ public class Student {
|
||||
else
|
||||
{
|
||||
return false ;
|
||||
// test
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user