define loop control statement
Answers
Answered by
0
Explanation:
Loop control statements. With loop control statements, you can repeatedly execute a block of code. There are two types of loops : for statement loop a specific number of times, and keep track of each iteration with an incrementing index variable.
Answered by
0
A loop consists of two parts, a body of a loop and a control statement. The control statement is a combination of some conditions that direct the body of the loop to execute until the specified condition becomes false.
.............hope it helps you.............
Similar questions