Ask your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW) 11 Online
OpenStudy (anonymous):

PS2 Hangman, I don't understand what exactly this line of code is doing. (I took this from the solution given) http://pastebin.com/xA7PtQe6

OpenStudy (anonymous):

Hey there, it is removing the letter that was currently guessed from the remaining letters. The first set of indices goes up to 'i' which doesn't include 'i' and the second set starts with i+1. Therefore the ith entry is removed from remaining letters.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!