Search:

Type: Posts; User: Chris.Brown.SPE

Search: Search took 0.10 seconds.

  1. Re: Help with Client Code

    So i think i've got it all worked out.



    import java.io.*;

    public class SalesCenter {

    private static BufferedReader stdin = new BufferedReader(
    new...
  2. Re: Help with Client Code

    Do you have an associate and manager class we can look at. That may help us figure out your problem a bit faster.
  3. Re: Help with Client Code

    I don't believe that the items are strings he is trying to output. I think he is trying to output the actual object. If that is so, you don't need the "manager" or "associate" part, but then you need...
Results 1 to 3 of 3