What do we know about the variable x if the following method returns true?
public boolean question(int x) { return x % 2 == 0; }
There are no hints for this question