Search:

Type: Posts; User: Strong1

Search: Search took 0.38 seconds.

  1. Re: Help printing output for Contact Manager assignment

    The getContacts method. When you choose option 3 from the menu it should give you the first and last name of each contact with a number to choose to display the details and type of contacts. I'm not...
  2. Re: Help printing output for Contact Manager assignment

    I have worked out most of the problems but am still having trouble figuring out how to do part 2 of the output requirements:

    2. Include a prompt that allows the user to enter the numeric key to...
  3. Re: Help printing output for Contact Manager assignment

    Found out the csv file is null for each contact, so the problem is with the writer instead of with displaying the output.
    Here is the code for that part:


    contact contact = null;
    ...
  4. Re: Help printing output for Contact Manager assignment

    How would I verify that the data is being read and stored correctly?

    The instructions for the assignment requires it to be stored in a file and displayed from the file.
  5. Help printing output for Contact Manager assignment

    Hi, I have an assignment for object-oriented programming class where I have to make a contact list manager. The program gives you the option of creating business or personal contacts. Then you can...
Results 1 to 5 of 5