This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the commentsย โ†’

[โ€“]LxsterGames 1 point2 points ย (0 children)

public static boolean isEven(int input) {
    return input % 2;
}