Friday, March 7, 2008
This isn't the clue you're looking for...
This question courtesy Prasad, the Pocket-Tanks commander. Send in your guest questions to [email protected] to earn the +5 aura-of-awesomeness power up.
Connect:
- 
 - 
 int array[10000]; for(int i=0; i <= 10000; i++) { println(array[i]); }
duriel got the perfect answer. Semi-cracked by: jayanth , bobo , nishansolo and shashank.
jayanth, bobo, nishansolo, duriel and shashank
Show Answer
Sir Alec Guinness and Ewan McGregor played Obi-Wan Kenobi in the Star Wars series. The third is a bit of code that shows an off-by-one error, affectionately called an obi-wan error (The array has 10000 elements, but the loop accesses 10001 elements)