in reply to Re^5: Adding one last conditional in a random-number guessing game
in thread Adding one last conditional in a random-number guessing game
But, as pointed before, it is better and easier to do it with a hash than with an array. So my question to the OP is: why would you want to avoid a hash?