コード例 #1
0
 /*
  * Pre:
  * Post: If the student with the set id has already been registered for
  *       an audition in the current year or previous years, the current
  *       grade will be computed.  Otherwise the grade will be set to ""
  */
 private void computeCurrentGrade()
 {
     grade = DbInterfaceStudent.GetStudentGrade(id);
 }