Rupesh N
private string Test(byte b)
{
if (b >= 1 && b <= 3)
return "Good enough";
}
else
return "Out of range";