Exception in thread "main" java.lang.Error: Unresolved compilation problem: Type mismatch: cannot convert from int to boolean at MainClass.main(MainClass.java:7)
The if condition must be a boolean expression.