The correct answer would be A.
public class JavaApplication65 {
public static void main(String[] args) {
for (int i = 1; i <= 50; i++){
if (i % 2 == 0){
System.out.println(i);
}
}
}
}
I hope this helps!
Hey!
Have you tried restarting your device. During this time, lots of people are using these platforms all at once. Be patient and sometimes it may take a few minutes for it to load.