Refactoring (part 6)

  • 28
  • Locked
6.1. Replace a parameter with a set of specialized methods. Replace the Student class's setValue() method with specialized setCourse() and setAverageGrade() methods. 6.2. Add a parameter. Add a double parameter to the getStudentWithAverageGrade() method so the average grade of the required student.
You can't complete this task, because you're not signed in.
Comments (2)
  • Popular
  • New
  • Old
You must be signed in to leave a comment
Павел Артеменко
Level 41 , Krasnodar, Russian Federation
9 May 2019, 11:32
In requirement 4 instead of getStudentWithLowestAverageGrade() you need to implement getStudentWithMinAverageGrade().
Roman
Level 41
10 May 2019, 06:23
Thanks, we'll fix it soon.