[Link].
println("******************");
Department department2 = new Department();
[Link] = "Computer Engineering";
Professor professor2 = new Professor();
[Link] = "Ali Gül";
Professor professor3 = new Professor();
[Link] = "Ayşe Kahraman";
Course course2 = new Course();
[Link] = "Algorithms";
Course course3 = new Course();
[Link] = "Numeric Analysis";
Student student2 = new Student();
[Link] = "Hasan Doğru";
Student student3 = new Student();
[Link] = "Ela Baştürk";
[Link] = professor2;
[Link] = department2;
[Link] = professor3;
[Link] = department2;
[Link] = department2;
[Link] = new Course[100];
[Link][0] = course2;
[Link] = department2;
[Link] = new Course[100];
[Link][1] = course3;
[Link] = professor2;
[Link] = new Course[6];
[Link][0] = course2;
[Link] = professor3;
[Link] = new Course[4];
[Link][0] = course3;
[Link] = new Student[15];
[Link][0] = student2;
[Link] = professor2;
[Link] = new Student[20];
[Link][0] = student3;
[Link] = professor3;
[Link] = new Course[8];
[Link][0] = course2;
[Link] = new Student[100];
[Link][0] = student2;
[Link] = new Course[9];
[Link][0] = course3;
[Link] = new Student[100];
[Link][0] = student3;
[Link]("Name of student student2's
first course is " + [Link][0].name);
[Link]("Name of student student2's
first course's professor is " +
[Link][0].[Link]);
[Link]("Name of student student2's
first course's professor's department is " +
[Link][0].[Link]);
[Link]("Name of student student3's
first course is " + [Link][0].name);
[Link]("Name of student student3's
first course's professor is " +
[Link][0].[Link]);
[Link]("Name of student student3's
first course's professor's