Hi. I need to do a scramble game.
Simply I need to randomly select a word from my set of strings and print out in shuffled string. Such as if the word is "banana" it should print out something like "anaban" and there should be text field for user to enter and guess the correct word. I also need to keep record correct and wrong number of guesses.
I am quite new to the jsp and couldnt go much further. Please help =(
I have included my jsp file in zip.