public class Main { public static void main(String[] args){
Student student1 = new Student("a","l"); // Create new cohort and add student..
} }