Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    1,528

    Re: Error In Printing. Perhaps a nesting problem

    Sorry, I can not get your code to compile. I get lots of errors:

    /junk8.java:14: incompatible types
    found : java.util.ArrayList<java.lang.Integer>
    required: List<java.lang.Integer>...
  2. Replies
    4
    Views
    1,528

    Re: Error In Printing. Perhaps a nesting problem

    Try debugging your code by adding lots of printlns to show the execution flow and the values of variables that control execution flow.
Results 1 to 2 of 2