HELP please. my" for "code does not work!

Hi my code looks to me to be identical to the video but still refuses to loop and after two guesses the program ends. don’t know what i’m missing.

thanks in advance :smiley: <3

Caleb

btw i tried adding semi colon after count++ and it made no difference :S

I would try naming a variable instead of calling a function on line 7. Then use that name to store the store you returned string on line 18.

ex

line 7 : string guess;

line 18: guess = GetGuessandPrintBack();

I hope this helps

Privacy & Terms