English, asked by dpabitra733, 7 months ago

what is the use of loop control statements​

Answers

Answered by siddhi292008
2

Answer:

With loop control statements, you can repeatedly execute a block of code. There are two types of loops: for statements loop a specific number of times, and keep track of each iteration with an incrementing index variable.

Answered by mauryavijay090
0

Answer:

With loop control statement you can repeatedly execute a block of codes

Similar questions