What is looping?Okkkkkkk
Answers
Answered by
12
Answer:
In computer science, a loop is a programming structure that repeats a sequence of instructions until a specific condition is met. Programmers use loops to cycle through values, add sums of numbers, repeat functions, and many other things
Answered by
0
Answer:
looping is the process in which the user wants to do the given task more than one time
Explanation:
syntax for for loop
for(initialisation;condition;updation)
Similar questions