
a college would like to automate managing courses offered to students. initially only three courses are involved. each courses has a code, a name, students enrolled, a current number of student, a maximum number of students allowed (quota) which is 10. a user should be able to add\drop a student to\from the course. a student can only be added to a course if the student is not yet enrolled in the course and the current number of students is not exceeding the maximum number allowed. a student can be dropped from a course only if she\he is enrolled in the course
construct a UML diagram,class and an application that creates the necessary object
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
