well then if you aren't going to help can you at least tell me if my thought process is right? or if im on the right track? or if im getting better? you know positive things.
i thought about it some more. i think im going to use 2 different lists. the first list will be the word. it will be run to check the word to see if the guess fits any of the letters of the original word. the second list will be filled with '_'. if the correct letter was chosen i would replace the '_' with the letter.
i think that one's a little better. have to go to school.
Dean's right, you're not going to learn much by us telling you....
You learned what tools you have right? Use your imagination and figure out how to use them.
Plus, there's a million in one ways to code for this problem. Take a good guess. Go after it. If it doesn't work you will learn 250% more than you did since you started. IMO you will best learn with trial and error. My favorite exercises in books are the ones with mistakes, makes you think and learn from the mistake.
Hint: use flags (true/false) but that's one of a gazillion methods