Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 753 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 753 Bytes

StudentCoursesManager

Project for the High Quality Code course in FMI

  • Students have a name, age , ' city' and a collection of courses.
  • Administrator have a name, age , ' city' and can create/remove courses.
  • Courses can be Programming, Computer Science,Mathematics, software engineering.
  • Courses have a credits, name and a lectuer.

The StudentCoursesManager has a following functionality:

  • Create student/administrator <name> city> age> fn>.
  • Create courses <name> <lectuer> <AdminFn>.
  • Remove courses <name> <AdminFd>.
  • Asing course to student <courseName> <StudentFn>.
  • Print all courses.
  • Print all students.