There is no limit to how many times a loop may loop. There are limits to the max and minimum values of an int
, and those may play into your loop. In this case, 800 should be fine, so there is something else going on here.
Edit: Works for me... the only weird thing I see is that you reset X
inside the innermost loop, so the output is always the last integer entered if it's >0, or 0.
Thanatos
2010-08-19 17:13:43