Computer Science, asked by ushukla747, 11 months ago

What are the different types of looping statements

Answers

Answered by gurukulamdivya
8

Here is your Answer:

These are three types of loops:

while loop

While a given expression is true it repeats the statement in the loop body. Before executing the loop body it tests the condition for true or false.

do…while loop

It is like a while loop but it tests the condition after executing the loop body.

for loop

In above two loops we need to write the increment or decrement operation to break the loop after sometime. But in for loop we have an option of incrementing or decrementing outside the loop body.

Answered by sneha413639
5

Answer:

ʏօʊʀ ǟռֆաɛʀ ɨֆ ɨռ ȶɦɛ ǟȶȶǟƈɦʍɛռȶ.

Attachments:
Similar questions