Search:

Type: Posts; User: hexwind

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    1,370

    Re: Reversing an array

    anytime, glad it helped :)
  2. Replies
    6
    Views
    1,370

    Re: Reversing an array

    notice that you just output only ONE element in your original code. after the last loop, the counter "i" had the value of the last iteration, so it output a[2] only.
    You have to loop through the...
Results 1 to 2 of 2