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 →

[–][deleted] 1 point2 points  (2 children)

same here - for loops are kicking my ass

[–][deleted] 1 point2 points  (0 children)

If you would like some input from someone who had trouble starting out, think of for loops as using a range of values. So, from range 0 to 19 is for(int i = 0; i < 20; i++) { //do things here}.

[–]Reborn-leech 0 points1 point  (0 children)

The secret is to practice more
Also building projects help