Question: We have constructed a Teams Class for you. Add the following: public static variable: int totalTeams Static variable should be an int. The value should
We have constructed a Teams Class for you.
Add the following:
public static variable:
int totalTeams
Static variable should be an int. The value should be incremented whenever a new Team is constructed.
public static variable:
int minTeams
Static variable should be an int. This is the minimum number of teams needed to play in the tournament. Set its value to
public static method:
tournamentReady
The tournamentReady static method should return a boolean indicating whether the total number of teams created meets the minimum number of teams needed to play.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
