Well, I had a different code before, but I started over because I was just lost. I'm very new to this world of programming, and unfortunately I can't say I'm a natural.
I'm getting error code "[Error] expected primary-expression before 'char'". Not sure what that even means :/. Please help!!!
EDIT: I forgot to mention that the error is stating that the problem is before withVowel here:
1 2
// Read the user input.
getline(cin, withVowel, '\n');