Cin and repeat the guess back (Code)

This is my guess & repeat code for the Bulls and Cows game:

(edit)
I edited the code
[line 21]
(old) cout << "You guessed followwing word: " << Guess << endl;
(new) cout << "You guessed the following word: " << Guess << endl;

Privacy & Terms