Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Re: I want to display the last record first, and the first record last

    Look at the ArrayDeque class. It has methods for removing elements from either end of the queue.
  2. Re: I want to display the last record first, and the first record last

    Can you push the records onto a stack and remove them in reverse order?

    Please edit your post and wrap your code with code tags:



    **YOUR CODE GOES HERE**


    to get highlighting and...
Results 1 to 2 of 2