Search:

Type: Posts; User: Zero_Starlight

Search: Search took 0.29 seconds.

  1. Re: School Assignment; Issue with lookUp method

    No, that's not it. The if statement checks to see if the firstName and lastName haven't been used yet in any of the array entries.
  2. Re: School Assignment; Issue with lookUp method

    My issue now is that the program will compile and run fine, however, I can only add one name. All names after this are rejected for being used already.
  3. Re: School Assignment; Issue with lookUp method

    I don't quite follow you. Do you mean if the user hasn't put a entry in yet? Or they leave it blank?
  4. Re: School Assignment; Issue with lookUp method

    temp[2], temp[3], temp[4] are the phonenumber, address and email respectively. They aren't being checked, so Ready to Program doesn't seem to have any issues with it. I would like to inform you...
  5. School Assignment; Issue with lookUp method

    Hi everyone, I'm taking a intro to programming in Java class at school, and we have an assignment requiring us to take the already provided hsa.Phonebook class from Ready To Program Java, and...
Results 1 to 5 of 5