What's your opinion on this question? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

What's your opinion on this question?

Are loops the hardest aspect to learn in programming?? And if they are not to you, based on how to understand iterations in loops, what will you tell a beginner who is learning loops?

26th Jun 2019, 3:02 PM
eMBee
eMBee - avatar
9 Answers
+ 6
Mofey How long have you been learning to program and working on loops? It all comes down to putting it to practice and applying it to logic you're trying to implement. While loops may feel difficult to grasp at the moment, you'll eventually reach a point where constructing loops is as effortless as constructing a sentence comprised of a subject with nouns, a predicate with verbs, and other grammatical parts to express a complete and coherent thought. Paul K Sadler Same goes for recursion, which is essentially a self calling functional loop. 😉
26th Jun 2019, 5:59 PM
David Carroll
David Carroll - avatar
+ 4
Airree what if they are at the top of pretty much every course because it is better to start with the hardest topic ??
26th Jun 2019, 4:25 PM
eMBee
eMBee - avatar
+ 4
Mofey Do you think loops have been the hardest to learn in programming? I'm trying to understand why you are asking this question.
26th Jun 2019, 4:38 PM
David Carroll
David Carroll - avatar
+ 4
David Carroll yes I think loops have been the hardest to learn in programming. Why I'm asking the question is because loops is still the remaining part of programming I haven't been able to wrap my head around.
26th Jun 2019, 5:23 PM
eMBee
eMBee - avatar
+ 4
Hmm nice Paul K Sadler, I guess its different men with different strength and weaknesses
26th Jun 2019, 5:28 PM
eMBee
eMBee - avatar
+ 3
Definitely not, loops aren't that difficult. If they would be harder, they wouldn't be at the top of pretty much every course. Sometimes it is easy to understand loops, like a basic for loop, but if you are faced with a more difficult loop, like the ones you asked previously, you should go through each iteration, and then it will come more naturally
26th Jun 2019, 3:34 PM
Airree
Airree - avatar
+ 3
Ok @Airree
26th Jun 2019, 5:20 PM
eMBee
eMBee - avatar
+ 3
Mofey No, recursive functions have been the hardest thing for me so far.
26th Jun 2019, 5:21 PM
Paul K Sadler
Paul K Sadler - avatar
+ 2
Well then, why do they always start with a hello world program, then variables, then control structures... For me, it doesn't seem like these topics are that difficult to wrap your head around
26th Jun 2019, 4:39 PM
Airree
Airree - avatar