Here are the skeleton code of Player class. You can click on the link and run. You will see it prints out the 10 players. I skipped the guaranteed dollar amount, which you need to add to the class.
So here is what you need to do:
1) Add instance variable to store the guaranteed dollar amount. You might need to modify the constructor, and code of creating objects accordingly.
2) You will end up with an array of Player objects as printed out. Complete all the instance methods and static methods as necessary. Feel free to modify the method signature as you see appropriate
3) Implement additional methods as you need to print out all required info as specified here
4) Remove main() method from Player class and create a Tester class to complete the same requirement.
<iframe src="https://www.codiva.io/em/p/5d306cb4-099e-4f50-b94b-82f016e9a994" style="height: 600px; min-height: 420px; max-height: 90vh; width: 100%; overflow: hidden;"></iframe>
is the salary yearly?