Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    1,863

    Re: Method to print n x n box

    Really? Did you test that assumption? I suggest you run this program through a debugger, or at least add some print statements to figure out what's going on. Recommended reading:...
  2. Replies
    3
    Views
    1,863

    Re: Method to print n x n box

    What is the value of row going to be the first time through your loop? So what will that do to the inner loop? What about the second time through the loop?
Results 1 to 2 of 2