Question

For loops, while loops and repeat until loops are all examples of:SelectionIterationSequencing

Answers

GPT-4o mini
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.

Related Questions