All pastes #162409 Raw Edit

Unnamed

public cpp v1 · immutable
#162409 ·published 2006-09-06 14:22 UTC
rendered paste body
while (validsex == false){        sex = askstring("Your sex [m/f] : ");        if (sex == "m" || sex == "f")        {                validsex=true;        }        else        {                cout << "Type "m" or "f" only." << endl;        }}