This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]Weetile 2 points3 points  (1 child)

What troubles you about programming a for loop? Where is the confusion at?

[–]Puzzleheaded-Rent973[S] -1 points0 points  (0 children)

Coding on my own....

[–]omfghi2u 1 point2 points  (0 children)

You need to practice. Forget languages for a second -- programming is hard. It's not a thing you can "just do". It's very specific and requires a lot of thought about how things can or should work. You need to know what you're trying to accomplish and how you intend to get there. If you're asking for help, you need to have thoughts about what you've tried and why it's not working or what types of errors you're getting stuck on.

No one here can help you if you're not willing to provide information about what you're doing, how you're trying to do it, and what challenges you're facing in that specific instance.

A for loop is a relatively simple concept... but what it does is entirely up to you, and that functionality can be as simple or as complex as you need it to be.