Results 1 to 6 of 6
Thread: repeat if statement in loop
- 03-05-2012, 11:58 AM #1
Member
- Join Date
- Oct 2010
- Posts
- 20
- Rep Power
- 0
repeat if statement in loop
i want help in repeating if statement in loop
i mean if it is a loop and has inner if statements this problem occur ...
if first condition hold enter first if body then repeat loop
when repeating the loop first condition is still hold it enter again in first if body
and repeat again and so on
loop becomes infinite loop because first if statement usually hold
i want after entering first if in second iteration it enters in next if
i hope you are understand me
- 03-05-2012, 12:06 PM #2
Senior Member
- Join Date
- Nov 2011
- Location
- Turkey
- Posts
- 378
- Blog Entries
- 24
- Rep Power
- 2
Re: repeat if statement in loop
- 03-05-2012, 12:18 PM #3
Member
- Join Date
- Oct 2010
- Posts
- 20
- Rep Power
- 0
Re: repeat if statement in loop
- 03-05-2012, 12:19 PM #4
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,606
- Blog Entries
- 7
- Rep Power
- 17
- 03-05-2012, 12:26 PM #5
Member
- Join Date
- Oct 2010
- Posts
- 20
- Rep Power
- 0
- 03-05-2012, 12:34 PM #6
Moderator
- Join Date
- Apr 2009
- Posts
- 10,484
- Rep Power
- 16
Re: repeat if statement in loop
Then you need some way for the code to know it has already done 'x>y'.
At the moment there is nothing there to say.
TO be honest, I suspect your problem lies not in this, but in whatever it is you are actually trying to do that this is the apparent solution.Please do not ask for code as refusal often offends.
Similar Threads
-
If Else Statement in While Loop
By rockintyler in forum New To JavaReplies: 3Last Post: 02-23-2012, 11:33 PM -
Storing A Repeat Loop In An Array
By anthropamorphic in forum New To JavaReplies: 6Last Post: 07-22-2011, 05:57 AM -
Help with loop statement
By arvind1508 in forum New To JavaReplies: 2Last Post: 02-23-2011, 04:39 PM -
Repeat while answer yes - do while loop
By AJ2009 in forum New To JavaReplies: 1Last Post: 01-10-2009, 06:19 PM -
Need help with a loop statement
By sunshine39 in forum New To JavaReplies: 7Last Post: 11-03-2008, 03:42 AM


2Likes
LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks