Actually, Cubbi was showing the the individual values in each array, not if one array was the same as the other. So, yes, the program is correct. days[0] and days[2], are the same as days2[0] and days2[2], 24 and 18, respectively, while days[1] and days2[1], are not. 6 and 9, in this case.