Search:

Type: Posts; User: rocafella5007

Search: Search took 0.09 seconds.

  1. How to display the contents of my queue?

    How do i write a method that displays the contents of my queue?



    // Queue.java
    // demonstrates queue
    // to run this program: C>java QueueApp

    class Queue
    {
  2. How do I fix my program so I can use the keyboard to type in the numbers?

    I am having trouble fixing my program so I can enter the data with the keyboard method. Please Help.
    How do I fix my program so I can use the keyboard to type in the numbers?



    // Queue.java...
Results 1 to 2 of 2