Which pair of loops causes a statement or set of statements to repeat as long as a condition is true?
A ) While and Do-While
B ) While and Do-Until
C ) Do-While and Do-Until
D ) Do-Until and For
E ) Do-While and For
A ) While and Do-While
You might also like to view...
Which of the following can be virtual?
a) Constructors b) Destructors c) Ordinary functions d) Friend functions e) Static functions
A Web site that spreads a virus is known as a(n):
A) poisoned Web site B) disguised Web site C) tainted Web site D) fraudulent Web site
The Style Pane Options dialog box is used to change how styles display in the Styles pane
Indicate whether the statement is true or false
Which of the following statements about structure charts is true?
A. Structure charts are a design process in incremental development. B. Structure charts are a design process in top-down development. C. Structure charts are a design process in function development. D. Structure charts are read top-down, left-right. E. Structure charts are used to factor a program.