Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Replies
    17
    Views
    1,749

    Re: Deque array base assistant

    System.out.print("testing inner loop");
    Some comments on the print statements you've used. The same message is printed by both so you won't know which one printed.
    The messages don't show the...
  2. Replies
    17
    Views
    1,749

    Re: Deque array base assistant

    What is a "flow control"?
  3. Replies
    17
    Views
    1,749

    Re: Deque array base assistant

    Why is that? A println() can print both variables' values with no problem.
  4. Replies
    17
    Views
    1,749

    Re: Deque array base assistant

    Try debugging the code by adding some println() statements that print out the values of variables when the code is executed. For example: when toString() is called what are the values of front and...
Results 1 to 4 of 4