Computer Science, asked by sarika2312, 6 months ago

What are the three things required for looping? Explain giving example

Answers

Answered by Anonymous
1

Explanation:

A loop is used for executing a block of statements repeatedly until a particular condition is satisfied. For example, when you are displaying number from 1 to 100 you may want set the value of a variable to 1 and display it 100 times, increasing its value by 1 on each loop iteration.

Answered by Zayn009
1

A loop is used for executing a block of statements repeatedly until a particular condition is satisfied. For example, when you are displaying number from 1 to 100 you may want set the value of a variable to 1 and display it 100 times, increasing its value by 1 on each loop iteration.

mark ❤️

Similar questions