Search:

Type: Posts; User: GregBrannon

Search: Search took 0.20 seconds.

  1. Re: Help printing output for Contact Manager assignment

    Please respect Java's naming convention and capitalize class names. Because you didn't do that, this statement is more than suspect:

    contact contact = null;

    And what's the purpose of this...
  2. Re: Help printing output for Contact Manager assignment

    Cross posted here.
  3. Re: Help printing output for Contact Manager assignment

    Fix the catch block, add print statements that indicate what is being read and displays the contents of the data structure before trying to print it.
  4. Re: Help printing output for Contact Manager assignment

    There doesn't appear to be anything wrong with the code you posted that would print the data, but before the data is printed it is being read from a file. Verify that the data is being read from the...
Results 1 to 4 of 4