A flowchart structure used when a program needs to repeatedly process one or more instructions (loop) until some condition is met, at which time the loop ends is called a
a. Case Structure
b. Decision Structure
c. Repetition Structure
d. Sequence Structure