The ____ statement always creates a posttest loop.

A. while
B. do-while
C. for
D. repeat-until


Answer: B

Computer Science & Information Technology

You might also like to view...

A(n) _____ is a web-based repository of information that anyone can access, contribute to, or modify.

A. blog B. iOS C. wiki D. portal

Computer Science & Information Technology

A(n) _______________ statement defines the boundaries of a repeating section of code and controls whether the code is executed.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

____________________ operators are used to determine how one operand compares to another.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

You can use the asterisk (*) as a ____, which indicates that it can be replaced by any set of characters.

A. magic number B. wildcard symbol C. character symbol D. placeholder

Computer Science & Information Technology