Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    1,754

    Re: Comparing Input to array

    Okay, I guess that's a logical first step. But why are you comparing the length?

    Hint: this looks like a job for a for loop.
  2. Replies
    5
    Views
    1,754

    Re: Comparing Input to array

    First off, I really don't think that the assignment wants you to pass the arguments in through the command line arguments. I would look into the Scanner class if I were you.

    Secondly, why are you...
Results 1 to 2 of 2