I havent played around with switches, but I have a possible suggestion. What could be happening is the break statement is breaking the switch, not the loop. So we want to break the loop. This means...