Search:

Type: Posts; User: jps

Search: Search took 0.12 seconds.

  1. Thread: nested for loop

    by jps
    Replies
    4
    Views
    1,512

    Re: nested for loop

    :-?

    How do you change j to 4? How do you reset the variable? Variables i and j are both locally declared, and the control for both loops are hard coded. If you want to vary the number of times a...
  2. Thread: nested for loop

    by jps
    Replies
    4
    Views
    1,512

    Re: nested for loop

    I don't see anywhere in your code where you attempt to reset your variable. Also I do not fully understand what you are trying to make the code do, please try to explain again
Results 1 to 2 of 2