SyntaxFix
Write A Post
Hire A Developer
Questions
public static boolean isInt(double d) { return d == (int) d; }