Search:

Type: Posts; User: GregBrannon

Search: Search took 0.08 seconds.

  1. Replies
    9
    Views
    1,467

    Re: How to reverse a string array ?

    Good job! Glad to help, but I didn't do much.
  2. Replies
    9
    Views
    1,467

    Re: How to reverse a string array ?

    The enhanced for loop is a great tool, and I'm impressed that you're using it already, but unfortunately, it only iterates the collection in the forward direction. You'll have to write a loop,...
  3. Replies
    9
    Views
    1,467

    Re: How to reverse a string array ?

    The first loop prints the array elements from 0 through 5. The second loop prints the array elements from 5 through 0. Try to code that.
  4. Replies
    9
    Views
    1,467

    Re: How to reverse a string array ?

    What should the reverse output look like? I'm not sure what you mean yet.
Results 1 to 4 of 4