Computer Science, asked by kaljot70, 2 months ago

What do you mean by Loop? Explain different looping statements in
programming with Suitable example.​

Answers

Answered by unnati25khandelwal
1

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.

Explanation:

Looping statement are the statements execute one or more statement repeatedly several number of times. In C programming language there are three types of loops; while, for and do-while.

Answered by Anonymous
3

Answer:

Explanation:

Looping statement are the statements execute one or more statement repeatedly several number of times. In C programming language there are three types of loops; while, for and do-while.

Similar questions