public class Driver { public static void main(String[] args) { //todo: create at least 1 student, 1 professor and one lecture // add the lecture to the student and the professor } }