Regarding StudentPracticeProgram.java and the addStudents()…
Regarding StudentPracticeProgram.java and the addStudents() method, there are multiple problems. One problem in the addStudent() method causes the junit test to fail. What else is wrong with the students’ data within the StudentPracticeProgram? (This is not strictly considered a bug, and will not cause the program to crash, but is generally considered good programming practice)Explain how you fixed the ‘bug that causes the failure. (Do not simply provide code; explain what you did.)