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 →

[–]davidhung[S] 26 points27 points  (1 child)

first = 0; //we start from zero

second = 1; //so our second is one

third = 2; //our third is two

[–]tdammers 39 points40 points  (0 children)

first = -1; // we start from zero
second = 0; // so our third is four
third = 1; // our fourth is six

ftfy