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