reset password
Author Message
ladodgersfan
Posts: 13
Posted 19:35 Apr 12, 2014 |

can i use an arraylist to store the guesses of the user or not

kknaur
Posts: 540
Posted 19:38 Apr 12, 2014 |

Its actually easier to store the guesses in a string.  Again, the only place you may use an array is for storing the initial pool of words to randomly select a phrase/word from.