18.11.2011, 21:51
i think it means i == 0 and i<MAX_PIZZABIKES; is checking if i is LESS then MAX_PIZZABIKES not the other way round and then adding 1 to i so for(new i = 0;i<MAX_PIZZABIKES;i++) is checking if there is less then the Pizzabikes variable then adding +1 to i