Computer Science, asked by sagnikmajumder, 11 months ago

write the names of different looping statements

Answers

Answered by nain31
3
▄▀▄ █▄─█ ▄▀▀ █───█ █▀▀ █▀▀▄
█▀█ █─▀█ ─▀▄ █─█─█ █▀▀ █▐█▀
▀─▀ ▀──▀ ▀▀─ ─▀─▀─ ▀▀▀ ▀─▀▀

THERE ARE TWO TYPES OF LOOP.

1)-ENTRY CONTROLLED LOOP.

Which checks the condition and then executes and will not execute if the condition is false.

EXAMPLE.. ➡

✔FOR AND WHILE LOOP.

2)-EXIT CONTROLLED LOOP

Which executes first and then checks the condition. Even if the condition will be wrong
they will execute once.

EXAMPLE ➡

✔DO WHILE LOOP.



✨✨✌HOPE IT HELPS ✌✨✨
Similar questions