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