Asked by Family Photo on Sep 27, 2024

When the number of repetitions are known in advance,you should use a ___________ statement.

A) while
B) do…while
C) for
D) None of the above

Repetitions

The action or process of repeating something like operations or instructions in programming, often implemented using loops.

  • Distinguish between different types of loops and their appropriate usage.