Search:

Type: Posts; User: cardschaos

Search: Search took 0.10 seconds.

  1. Replies
    11
    Views
    4,389

    Re: Java phone book with array PLEASE HELP

    well the array values are the three variables name number and notes that are supposed to be entered by the user. its supposed to be a phone book
  2. Replies
    11
    Views
    4,389

    Re: Java phone book with array PLEASE HELP

    this should be the adding part. but idk if thats right either.


    if (firstcommand == 'e') {
    System.out.print("Enter the code or name: ");
    name = input.next();
    ...
  3. Replies
    11
    Views
    4,389

    Re: Java phone book with array PLEASE HELP

    i can read the name the user inputs, its the taking the inputed name and finding it in the array and then the reaturning the data in a system.out.print form that i dont get how to do
  4. Replies
    11
    Views
    4,389

    Re: Java phone book with array PLEASE HELP

    the main problem i have right now is that i need to user to be able to put in the name part of a name number and notes entry, and have it return the number and notes that go with it. basicly like a...
  5. Replies
    11
    Views
    4,389

    Re: Java phone book with array PLEASE HELP

    there it should be updated
  6. Replies
    11
    Views
    4,389

    Java phone book with array PLEASE HELP

    Here is my code. i have to creat a phone book in whcih you can add entries. find them. list all entries. and quit. the entries are to be put in an array as a class. Please tell me whats wrong with it...
Results 1 to 6 of 6