Code that will repeat five times is an example of which of these structures?

selection
iteration
sequences
query language

1 answer

Code that will repeat five times is an example of iteration. Iteration refers to the process of executing a set of instructions repeatedly, often in loops.