I am trying to understand the out come of the following problem:



public class Whatever {
public static void main(String[] args) {

for(int i = 1; i < 5; i++) {

...