>FromYourCode();

Source code quote in Java96

 March 06, 2014 pm31 23:24
public boolean isNegative(int i) {
    String s = Integer.parseInt(i);
    return s.startsWith("-");
}

Check similar quotes

Share this quote