Search:

Type: Posts; User: anniexd92

Search: Search took 0.12 seconds.

  1. Thread: Project help

    by anniexd92
    Replies
    12
    Views
    1,522

    Re: Project Not Working

    That's the thing I dont Know where it is executing. Supposedly it should be doing the searchIDNumber method
  2. Thread: Project help

    by anniexd92
    Replies
    12
    Views
    1,522

    Re: Project Not Working

    There aren't any error messages but when I run the program I type information and when I go and look for the ID number it doesn't display anything its just blank but it keeps running the program.
  3. Thread: Project help

    by anniexd92
    Replies
    12
    Views
    1,522

    Re: Project help

    This are the methods I added to search for the ID


    public void searchIdNumber(String idnumber, String idsearch )
    {
    if(idsearch.equals(idnumber))
    {
    System.out.print(toString());
    }...
  4. Thread: Project help

    by anniexd92
    Replies
    12
    Views
    1,522

    Project Not Working

    I'm suppose to create a program with 3 options
    1. add client
    which requires to get name, address, id number, and hours worked

    2.create invoice
    in which it will ask for the id to search and if...
  5. Thread: Project help

    by anniexd92
    Replies
    12
    Views
    1,522

    Re: Project help

    I see thank you..
    One last question to make the class object and arrayList is that suppose to be before the switch statement or after it.
  6. Thread: Project help

    by anniexd92
    Replies
    12
    Views
    1,522

    Re: Project help

    the second case where it performs the search.
    is the boolean method correctly?
    also if the boolean is true is suppose to print out previous information the name,etc..
    how can i do that?
  7. Thread: Project help

    by anniexd92
    Replies
    12
    Views
    1,522

    Project help

    I have a project in which I have to add a clients name address,id number, and hours worked
    the second option is to check if the id exists print out the previous information if not to show a message...
Results 1 to 7 of 7