109k views
9 votes
What are loops and its types

1 Answer

5 votes

Answer:

A for loop is a loop that runs for a preset number of times. A while loop is a loop that is repeated as long as an expression is true. An expression is a statement that has value. A do while loop or repeat until loop repeats until an expression becomes false.

User Jim Matthews
by
4.2k points