quote:
Originally posted by .Norma
if(cur_word_length > 3) {
//Scramble the word
}
//Dont scramble the word
(Dont know if that would be how to properly write an if-then statement but)
That's not necesarry
If the word has less than 4 letters, scrambling the middle one won't do anything anyway