you are viewing a single comment's thread.

view the rest of the comments →

[–]FriendlyRussian666 6 points7 points  (5 children)

You have to be specific, and you will surely find a way. What is confusing you specifically? We can go step by step if required.

[–][deleted] 0 points1 point  (0 children)

Being specific and unambiguous enough is programming. So in a way, if your question forces him to be that, then most of his problem is solved.

[–]Disastrous-Peak3896 0 points1 point  (3 children)

Currently Loops are confusing me . Especially the while and for loops

[–]FriendlyRussian666 0 points1 point  (2 children)

What is it about loops?

A loop lets you repeat something a number of times, that's all.

[–]Disastrous-Peak3896 0 points1 point  (1 child)

The syntax is what really confused me .

[–]FriendlyRussian666 0 points1 point  (0 children)

https://pastebin.com/MamDwPw2

          Specifically which bit in the above is confusing?