+ 1
Okay guys write a simple Java program that will be used to maintain data for soccer tournament.
the program will be used to: 1. enter teams into the tournament 2. remove teams from the tournament 3. record game what team (won and what team lost the game) 4. given a particular team name, look up there win/lost record 5. upon exiting the program, a final tournament report is created. and output the team name with aascending order after the report action 1 through 4 can be processed at any time for example there is no restrictions that all teams must be entered before game result are recorded.
2 Réponses
0
Okay guys write a simple Java program that will be used to maintain data for soccer tournament.
the program will be used to:
1. enter teams into the tournament
2. remove teams from the tournament
3. record game what team (won and what team lost the game)
4. given a particular team name, look up there win/lost record
5. upon exiting the program, a final tournament report is created. and output the team name with aascending order after the report
action 1 through 4 can be processed at any time for example there is no restrictions that all teams must be entered before game result are recorded.
- 1
teams can enter, Withdraw, win or lose games, look up there record ot anytime and in any order.
INJOY UR CODING🤓😀