Solved

The While Loop Has Two Important Parts: a Condition That

Question 3

Multiple Choice

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


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

Correct Answer:

verifed

Verified

Related Questions