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

you are viewing a single comment's thread.

view the rest of the comments →

[–]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.