Computer Science, asked by kuwarsinghrajput84, 1 year ago

..............................instructs the computer to repeat enclosed statements for a given number of time.​

Answers

Answered by Anonymous
0

Explanation:

A loop is a construct that instructs the computer to repeatedly execute a certain block of code until a certain condition is met or for a certain fixed number of times. Every such repetition is called an iteration.

Similar questions