Ejemplo n.º 1
0
 public double GetAverageGrades(Student student)
 {
     return(gradebook.GradesFor(student).Average());
 }