Control Flow 用 if 和 switch 来做条件语句,并且用for-in,for,while,和do-while做循环,条件和循环的括号是可以不写的,但是body外面的括号是必须写的 let individualScores = [,,,,] var teamScore = for score in individualScores{ { temScore += } else { tempScore += } } teamScore 在 if 语句中,条件必须是一个boolean…