Repetition, expressions, and loop shapes
Repetition, expressions, and loop shapes
Iteration means repeating a block of instructions. An operator is a symbol or keyword that acts on values, and an expression combines values, variables, and operators to produce a result such as score+10score + 10score+10 or score>=50score >= 50score>=50.