Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Create a PlayerList Class; This class should populate an array list of players i

ID: 3538033 • Letter: C

Question

Create a PlayerList Class; This class should populate an array list of players in its constructor, constructor reads to use the input file given to you with this req. document and populates the array list. the navigation diagram is PlayerList(String fileName) countCenters():int getDiscription(int index): string getNumberOfPlayers(): int tallestPlayer():string playerList:ArrayList<player>
this is the player.txt Jones 75 guard White 81 forward Brown 84 center Green 85 center Smitty 76 guard Jackson 82 forward Baker 74 guard Palmer 84 center Berlin 80 forward Hagar 77 guard Create a PlayerList Class; This class should populate an array list of players in its constructor, constructor reads to use the input file given to you with this req. document and populates the array list. the navigation diagram is PlayerList(String fileName) countCenters():int getDiscription(int index): string getNumberOfPlayers(): int tallestPlayer():string playerList:ArrayList<player>
this is the player.txt Jones 75 guard White 81 forward Brown 84 center Green 85 center Smitty 76 guard Jackson 82 forward Baker 74 guard Palmer 84 center Berlin 80 forward Hagar 77 guard Jones 75 guard White 81 forward Brown 84 center Green 85 center Smitty 76 guard Jackson 82 forward Baker 74 guard Palmer 84 center Berlin 80 forward Hagar 77 guard

Explanation / Answer

Could you please elaborate on what your function getDiscription returns? I mean what is ur expectations from the method.