diff --git a/src/Main.java b/src/Main.java index 124e14f..6f72a39 100644 --- a/src/Main.java +++ b/src/Main.java @@ -5,8 +5,8 @@ public class Main { public static void main(String[] args) { - Student stud1 = new Student("mark kuol", 1, new int[]{78}); - Student stud2 = new Student("jackson tombe", 2, new int[]{87}); + Student stud1 = new Student("mark", 1, new int[]{78}); + Student stud2 = new Student("jackson", 2, new int[]{87}); Teacher teach1 = new Teacher("mr.Dominic peter","advanced java"); College college =new College("informarics", new ArrayList(), new ArrayList());