Consider the following players data structure.We have more t…

Consider the following players data structure.We have more than 3 players and the score of each player is always between 1 and 99 inclusive. players = Suppose we wish to find the maximum score.Which of the following implementations of the max_score(players) is incorrect?