Computer Science, asked by KarnikaSrivastava, 2 months ago

1. A ___________ is the repetition of a set of instruction for specified number of times.

2. _____________ keep a track of a number of times the loop is executed.​

Answers

Answered by Blink07
2

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.

Answered by amrithapradishbabu
3

Answer:

1)a Loops

2)a the consistent variable keeps track of the number of times a process is executed

Similar questions