Search:

Type: Posts; User: hbonh

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    1,739

    Re: Comparing Input to array

    Ok, Thank You guys... I think I got it with the "for loop"
  2. Replies
    5
    Views
    1,739

    Re: Comparing Input to array

    I want to check if the input is part of the array not the length
    something that would look like this when i run different inputs


    java Sequence 4
    Found
    java Sequence -912
    Found
    java Sequence...
  3. Replies
    5
    Views
    1,739

    Comparing Input to array

    Hello, I'm looking for some help on the following program.
    The program generally should follow this concept

    Create a program name Sequence.java which accepts an integer input from com-
    mand line...
Results 1 to 3 of 3