
Nice. this is what I had.
int main()
{
PrintIntro();
for (int guesscount = 1; guesscount <= 5; guesscount++)
{
GetGuessAndRepeat();
}
return 0;
}

Nice. this is what I had.
int main()
{
PrintIntro();
for (int guesscount = 1; guesscount <= 5; guesscount++)
{
GetGuessAndRepeat();
}
return 0;
}