The while loop has two important parts: a condition that is tested and a statement or block of statements that is

A) repeated as long as the condition is true.
B) repeated until the condition becomes true.
C) done once if the condition is true.
D) always done at least once, then repeated if the condition is true.
E) always skipped.

A) repeated as long as the condition is true.

Computer Science & Information Technology

You might also like to view...

Which of the following frequency ranges does 802.11a operate at?

A. 4.9GHz B. 5GHz C. 54GHz D. 2.4GHz

Computer Science & Information Technology

The ______ of a weighted graph have numeric labels.

a. vertices b. edges c. paths d. cycles

Computer Science & Information Technology