30.11.2014, 14:40
We use i (index) in loops but in this case that name is fairly non descriptive. What is 'i' and where does it get its value from?
What is the point of using i = 2? Then you could just put 2 instead of i in your code. It's hardcoded eitherway.
What is the point of using i = 2? Then you could just put 2 instead of i in your code. It's hardcoded eitherway.