explain the term looping
Answers
Answered by
4
Loops are used in programming to repeat a specific block of code. After reading this tutorial, you will learn to create a for loop in C programming.
Answered by
1
loop is a sequence of insstruction that continue until a specific condition is reached
Similar questions