Question

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

Answers

GPT-4o mini
For loops, while loops, and repeat until loops are all examples of **iteration**. Iteration refers to the process of repeating a set of instructions or statements.

Related Questions