Why does this for loop consider x[0] when i = 1 and i++ ?
int[] x = {43, 6, 12, 8}; int max=x[0]; for(i = 1; imax)