A(n) ____________________ statement is a control structure that repeatedly executes a statement or a series of statements while a specific condition is TRUE or until a specific condition becomes TRUE.
Fill in the blank(s) with the appropriate word(s).
loop
You might also like to view...
The Big Three consists of which three from this list?
a) Default constructor b) Copy constructor c) Constructor with two parameters d) destructor e) Operator=
Replacing one selected word or phrase when Track Changes is active results in two changes
Indicate whether the statement is true or false
When the Conditional Formatting button is clicked, the ________ displays
A) Conditional Formatting Rules Manager B) Conditional Formatting Wizard C) Conditional Formatting Input Manager D) Conditional Formatting Property
Which of the following is NOT true about identifying different elements in the VBA Code window?
A) A procedure begins with Sub and ends with End Sub. B) Blue text indicates a keyword. C) A dash or hyphen is used as a line continuation character. D) Green text indicates a comment.