Question: Write a method for Team class that adjusts the annualSalary values of all players proportional to their playerRating values. The sum of annual salaries of
Write a method for Team class that adjusts the annualSalary values of all players proportional to their playerRating values. The sum of annual salaries of players in the team should stay the same.
-Write an updateRandomly method for the League class that randomly picks a Team in the league, and updates the rating of the team with 91. Include any other methods needed and where they should be located.

Given the data structures below and an array of League objects in the main method called allLeagues
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
