Question: HOW CAN I WRITE THESE METHODS IN JAVA? topGoals() this method goes through the players array to find the player with the most goals and
HOW CAN I WRITE THESE METHODS IN JAVA?
topGoals() this method goes through the players array to find the player with the most goals and prints the player and the number of goals. Remember that each element in the array is a Player object which means that it has assess to own methods (e.g., getGoals) If there is a tie, print out the first player in the array with the top number of goals.
topStops() this method goes through the players array to find the player with the most stops and prints the player and the number of goals. If there is a tie, print out the first player in the array with the top number of stops.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
