by Miha Markič
14. November 2007 16:57
bool Tubo(string text)
{
bool value;
if (text == "Tubo")
value = true;
return value;
}
Will this piece of code compile (answer without compiling please [:)])?
6e3b0557-66aa-468e-9017-ca760f6b13b8|0|.0
Tags:
.net