I have a class Student with 3 attributes,
public static class Student{ public String firstname; public String lastname; public int studentnumber;