Exception in thread "main" java.lang.Error: Unresolved compilation problems:
The operator && is undefined for the argument type(s) int, int
The operator || is undefined for the argument type(s) int, int
The operator && is undefined for the argument type(s) int, int
Syntax error, insert "}" to complete ClassBody |