For loops, while loops, and repeat until loops are all examples of Iteration. Iteration refers to the repetition of a block of code until a certain condition is met.
For loops, while loops and repeat until loops are all examples of:SelectionIterationSequencing
1 answer