Which XXX declares a student's name? public class Student { XXX private double myGPA; private int myID; public int getID() { return myID; } }