The........ statement is used when a set of statement are used for a specific number of times.
Answers
Answered by
0
Explanation:
repeated
please mark as brainiest answer
Answered by
0
Answer:
For loops are repetition statements that are made to iterate over a set of values. This makes for loops very useful for manipulating arrays and array-like objects (such as lists). Unlike while loops, for loops are designed to repeat a set number of times.
Explanation:
hope this is useful for you
Similar questions