Solved

The Two Important Parts of a While Loop Are the Expression

Question 31

Multiple Choice

The two important parts of a while loop are the 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