Originally posted by EnderFK
I'm a novice and this is my first post.

for(int i = 0; i < n; i++) // starts a for loop that initializes i as 0, executes as long as i is less than n, and adds 1 to i everytime it loops.
Thanks for the post