Search:

Type: Posts; User: DinoKing

Search: Search took 0.27 seconds.

  1. [SOLVED] Re: How to make a team with min. 2 max 5 players with Objects and Arraylist?

    I found a solution to the issue. Thank you very much for your time and help along the way....

    int numPlayersPerTeam = Integer.parseInt(readUserInput("Hvor mange spillere er der på holdet?"));
    ...
  2. [SOLVED] Re: How to make a team with min. 2 max 5 players with Objects and Arraylist?

    Thank you very much, your reply lead me in a new direction.
    - Unfortunately I now have a different problem, maybe you can see the fix to it.

    It is repeating my Player Name: twice before I'm...
  3. [SOLVED] Re: How to make a team with min. 2 max 5 players with Objects and Arraylist?

    I hear what you are saying, but I can't really see it... Might be because I'm a beginner, but even though I use a for each I will just run through the Array but where is the link between team and its...
  4. [SOLVED] Re: How to make a team with min. 2 max 5 players with Objects and Arraylist?

    Okay, but how do I link the two together?

    So when I have my ArrayList with teams it knows that Team1 has Jens, Julia and Peter has its players
  5. [SOLVED] How to make a team with min. 2 max 5 players with Objects and Arraylist?

    SOLVED
Results 1 to 5 of 5