..............................instructs the computer to repeat enclosed statements for a given number of time.
Answers
Answered by
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