Okay guys write a simple Java program that will be used to maintain data for soccer tournament. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

20th Apr 2018, 2:11 PM
nati
nati - avatar
2 Answers
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.
4th Jun 2018, 6:25 AM
semir mohammed
semir mohammed - avatar
- 1
teams can enter, Withdraw, win or lose games, look up there record ot anytime and in any order. INJOY UR CODING🤓😀
20th Apr 2018, 2:15 PM
nati
nati - avatar