+ 6

I have dificalties to understand loops

understending

25th May 2018, 6:18 AM
it371
it371 - avatar
6 odpowiedzi
+ 18
you are talking about which language please mention it
25th May 2018, 6:40 AM
Arpit Mittal
Arpit Mittal - avatar
+ 7
if its nested loops then the outside loop will run once, then the inner loop will complete all loops before it reaches the outside loop again as follows. (1st loop) < first, loop this once then go to nested. nested loop < complete all loops then go back to first loop. this repeats untill the first loop condition is met
25th May 2018, 7:26 AM
D_Stark
D_Stark - avatar
+ 4
i mean i can not understand that....
7th Jun 2018, 5:41 PM
it371
it371 - avatar
+ 2
I currently learn JavaScript. and it is so hard to me when I need to count the numbers, like 0+1+2+3+4...... or jus make the loop 0,1,2,3,4,5.....
7th Jun 2018, 5:40 PM
it371
it371 - avatar
+ 2
actually it’s common problem. majority programmers don’t know a particular cases to use for or while loops. that was a talk from 1 guy who decided to teach his son programming
13th Oct 2018, 8:10 AM
Sergei No
Sergei No - avatar
+ 1
Please post more details about your concrete probs.
25th May 2018, 6:34 AM
Tom Dooley
Tom Dooley - avatar