Search:

Type: Posts; User: kyuss

Search: Search took 0.08 seconds.

  1. Re: way too hard to explain this in short. please help guys!!

    Hi there, I am working on this question and I'm well and truly stuck on this part:


    The first two points are working okay (I think) but I just can't seem to figure out how to add the all names...
  2. Re: way too hard to explain this in short. please help guys!!

    for (String eachPerson : allPeople)
    {
    for (String eachInterest : personInterests.get(eachPerson))
    {

    this.allPeople.add(eachPerson);
    for (String eachInterest :...
Results 1 to 2 of 2