Solved

The While Loop Has Two Important Parts: an Expression That

Question 22

Multiple Choice

The while loop has two important parts: an expression that is tested for a true or false value, and:


A) a statement or block that is repeated as long as the expression is true
B) a statement or block that is repeated only if the expression is false
C) one line of code that is repeated once, if the expression is true
D) a statement or block that is repeated once, if the expression is true

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions