Search:

Type: Posts; User: buddy101

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    1,069

    Re: problem with interface

    dlorde,
    i wrote a full page reply, but my computer ate it. Would you be able to break down the setup for the interface?


    // create object that implements the interface
    AnagramFinder...
  2. Replies
    3
    Views
    1,377

    Re: Newbie Java Question

    i am a noob to Java, though a programmer for 25 years, but...

    (i = 0; i < startDay; i++)
    so doesn't this mean for (i=0; i<6; i++)

    if the for next loop is going to stop when i is not less than...
  3. Replies
    4
    Views
    1,069

    problem with interface

    i seem to have a syntax error or am not calling my interface correctly. can someone help please?


    file one ...

    =======================================================

    import...
Results 1 to 3 of 3