Return true when the number is greater than zero, and false otherwise. Zero itself is not positive.
boolean isPositive(int n)
Examples
There are also 3 hidden tests you can't see. Solve the problem, not the examples.