Java Reference
In-Depth Information
if (compdata<=data[200-i]&&compdata>=data[199-i])
{
tempint2=200-i;
break;
}
}
if ((tempint1-100)<=(100-tempint2))
{
return tempint1;
}
else
{
return tempint2;
}
}
}
Search WWH ::




Custom Search