Exception in thread "main" java.lang.Error: Unresolved compilation problems:
Syntax error on token "int", delete this token
i cannot be resolved
i cannot be resolved
i cannot be resolved
at MainClass.main(MainClass.java:3)
B.
Variable declaration for i is illegal.
This type of declaration is permitted only in the first part of a for() loop.