uint ComputeIQ(uint age)
{
:
}
There is never a need to check for a negative like:
uint ComputeIQ(uint age)
{
if (age < 0)
throw new ArgumentOutOfRangeException("age");
:
}




Posted 30 January 2013 - 06:48 AM
uint ComputeIQ(uint age)
{
:
}
uint ComputeIQ(uint age)
{
if (age < 0)
throw new ArgumentOutOfRangeException("age");
:
}
Posted 30 January 2013 - 08:59 AM
This post has been edited by AdamSpeight2008: 30 January 2013 - 09:03 AM
|
|
Query failed: connection to localhost:3312 failed (errno=111, msg=Connection refused).
|
