Search:

Type: Posts; User: copeg

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    1,592

    Re: Java Inheritance Help

    Indeed...Step 1, re-read my last post - it uses an example that points out the problem. Second step if step 1 doesn't help, look at your code and step through - write it out on paper if you have to -...
  2. Replies
    3
    Views
    1,592

    Re: Java Inheritance Help

    for (int i = l; i <= h; i++)


    For the above loop, what will happen if l > h?
Results 1 to 2 of 2