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.
Refactoring (part 6)
- 28
Locked
Comments (2)
- Popular
- New
- Old
You must be signed in to leave a comment
Павел Артеменко
9 May 2019, 11:32
In requirement 4 instead of getStudentWithLowestAverageGrade() you need to implement getStudentWithMinAverageGrade().
0
Roman
10 May 2019, 06:23
Thanks, we'll fix it soon.
0