At work. Bored. Complete this sentence...

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

QuickWrench

Don't Read This
Joined
Jan 28, 2002
Messages
1,010
string CompleteThisSentence
{
string s = "0010 B :: ! 0010 B...";
string sRet = "";

return s + sRet;
}


What should sRet = ?

(bored...oh, so bored...):rolleyes:
 
Back
Top