asked 141k views
5 votes
With the ____, the statements in the loop are repeated as long as a certain condition is false.

2 Answers

0 votes

Answer:

false

Step-by-step explanation:

answered
User Leo Goodstadt
by
9.0k points
7 votes
With the do until structure, the statements in the loop are repeated as long as a certain condition is false. The do until structure is used in order to execute a block of statements in an unspecified number of times until a condition becomes true.
answered
User Andrew Andrade
by
8.7k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.