JLC123 Posted December 10, 2004 Posted December 10, 2004 Is there a difference between an array and a for loop? If so, how so. Two wrongs don't make a right, but three lefts do
Valik Posted December 10, 2004 Posted December 10, 2004 It would be easier to list the similarities: None.
JLC123 Posted December 10, 2004 Author Posted December 10, 2004 Terrific. I'm destined to write code that I don't understand, but which works beautifully. Two wrongs don't make a right, but three lefts do
MHz Posted December 10, 2004 Posted December 10, 2004 An array is like a bunch of elements stored inside an item. A for loop is a region of actions, that take place for a condition.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now