Computer Science, asked by Anonymous, 9 months ago

[tex]\red{\boxed{\boxed{\boxed{ Question?}}}}[tex]
Q. What is the use of looping statement?

Q. Write names of different looping statement?

Don't give irrelevant answer otherwise he/she will be reported ❌✖️..

Answers

Answered by momvighnesh1985
1

Answer:

Loops are control structures used to repeat a given section of code a certain number of times or until a particular condition is met. Visual Basic has three main types of loops: for.. next loops, do loops and while loops.

Answered by Anonymous
5

QUESTION:-

Q.What is the use of looping statement?

Ans:-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.

Q. Write names of different looping statement?

Ans:-Loops are control structures used to repeat a given section of code a certain number of times or until a particular condition is met. Visual Basic has three main types of loops: for.. next loops, do loops and while loops.

Mark as brain list please

Similar questions