|
perhaps a for(.. ;i < 3; ..) since if suddently someone decides to have I skip two, the != 3 will make it true even when it reaches 23.
And maybe a cin.getline(), since cin >> will make a false assignment, if the racername is entered with a space in it.
|