Spaces:
Running
Running
| Decide which attribute belongs to which class | |
| according to the class name AND the name and type of the attributes. | |
| class Student | |
| - int startingyear | |
| - String studentid | |
| - String email | |
| - int studypointTotal | |
| class Course | |
| - String identifier | |
| - String code | |
| - String teacher | |
| class CourseCompletion | |
| - int completionDone | |
| - String completiondate | |
| - int grade | |