Friday, February 6, 2009

Mod funtion in c#?

//Mode Function in C#.net
if(n%3==0)
{
//do this
}
else
{
//do that
}

No comments:

Post a Comment