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