Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Re: Insertion Sort with String Array error in the While loop at the bottom of the code

    The compiler doesn't allow the > operator for comparing Strings. You need to use a method when comparing Strings.
    See the String class's API doc for method(s) to use to compare Strings.
  2. Re: Insertion Sort with String Array error in the While loop at the bottom of the code

    Please copy the full text of the error message and paste it here.

    Please edit the posted code and give it proper formatting. Nested statements should be indented 3-4 spaces.
    All statements should...
  3. Re: Insertion Sort with String Array error in the While loop at the bottom of the code

    Please copy the full text of the error message and paste it here.

    Please edit your post and wrap your code with


    <YOUR CODE HERE>

    to get highlighting and preserve formatting.
Results 1 to 3 of 3