Misconception: Students often have off by 1 errors when working with loops, which can result from mixing up > and >= as well as forgetting that arrays start at index 0.
Misconception: Students have trouble understanding that when the value of a variable is reassigned its previous value is irrelevant.