How many times will the following loop iterate? How many times will the following loop iterate?For j=1 To 5 Step 2Display jEnd ForAnswer: Three
Which loop repeats a statement or set of statements as long as the Boolean expression is false? Which loop repeats a statement or set of statements as long as the Boolean expression is false?Answer: Do-Until
A _____-controlled loop repeats a specific number of times. A _____-controlled loop repeats a specific number of times.Answer: count
A(n) _____ variable keeps a running total. A(n) _____ variable keeps a running total.Answer: accumulator
Each repetition of a loop is known as a(n) _____. Each repetition of a loop is known as a(n) _____.Answer: iteration