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.