/* * Pre: * Post: Retrieves the total points awarded to the student */ public int getTotalPoints() { totalPoints = DbInterfaceStudent.GetTotalPoints(id); return(totalPoints); }