What is loop? What are the statements in loop? How many types loop are there?
Answers
Answer:
In computer science, a for-loop is a control flow statement for specifying iteration, which allows code to be executed repeatedly. Various keywords are used to specify this statement: descendants of ALGOL use "for", while descendants of Fortran use "do".
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.
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.
HOPE IT HELPS YOU BUDDY.....
#answerwithquality
#BAL
Answer:
A loop is a sequence of characters that might be repeatedly executed .
.There are three types of statements in a loop :
1)If statement
2)if .else if statement
3) switch statement
There are three types of loop : 1)While loop
2)Do...while loop
3)For loop
Explanation:
please mark me brainliest