I am stuck | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I am stuck

Break loops

11th Jan 2017, 8:42 PM
Likoro Frederick
Likoro Frederick - avatar
9 Answers
+ 2
Thank you it worked "AKC" and to others my gratitude is stretched for the knowledgeable contributions 😊 thank you
14th Jan 2017, 5:03 PM
Likoro Frederick
Likoro Frederick - avatar
+ 1
Break and continue loops to be exact please help
11th Jan 2017, 8:43 PM
Likoro Frederick
Likoro Frederick - avatar
+ 1
break exits a loop and continue jumps over all following lines and start with the next round of the loop
11th Jan 2017, 11:25 PM
Andreas K
Andreas K - avatar
+ 1
Thanks I'll check on it
11th Jan 2017, 11:28 PM
Likoro Frederick
Likoro Frederick - avatar
+ 1
continue passes control to the loops evaluation condition to be precise
12th Jan 2017, 12:44 AM
Leon
Leon - avatar
+ 1
I'll do a follow up on your question
12th Jan 2017, 3:51 AM
Likoro Frederick
Likoro Frederick - avatar
+ 1
for( int x=0; x<99; x++)........? ........? (x%2 !=0) .................? Console.WriteLine(x); } how do I get this code to work :-( help
14th Jan 2017, 8:52 AM
Likoro Frederick
Likoro Frederick - avatar
+ 1
should be { if continue; it would help to see the task
14th Jan 2017, 11:36 AM
Andreas K
Andreas K - avatar
+ 1
specifically where... will be glad to help you
19th Jan 2017, 9:09 PM
Josh Cardif
Josh Cardif - avatar