<< |  >>
#4597 Dodano: 19-02-2011 03:50. Głosów: 404
public boolean isNegative(int i)
{
String s = Integer.parseInt(i);
return s.startsWith("-");
}
<< |  >>