Hey all, I have an assignment which I can run the guess game section, to perform from a file of words that end with *** as a sentinel, but the second part of "if a vowel is guessed right then all traces of that vowel is shown."
I'm looking to learn this material so any extra wording or ideas that would help me learn more would be highly appreciated!!!
(1) The question being asked more clearly is: how do I write a statement so that when a player guesses a vowel, all vowels of that particular letter in the word show up?
(2) I haven't seen an array of booleans yet in my studies. Is this the way to start?
The program works fine for me. At least it does what you are asking, I hard-coded in string word = "alpha"; and when I guess the letter 'a' a***a shows up.