+ 6
I have dificalties to understand loops
understending
6 odpowiedzi
+ 18
you are talking about which language
please mention it
+ 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
+ 4
i mean i can not understand that....
+ 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.....
+ 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
+ 1
Please post more details about your concrete probs.